How to write HTML, CSS and Javascript all together in Joomla 2.5 article? -


i trying write html, css , javascript in joomla 2.5 article failed desired output, there way work 3 in joomla 2.5 article?

please me out issue. new joomla.

there extension called sourcerer allow adding code articles.

once installed, enable plugin, open articles , can start adding code article. below example:

{source}  <span style="color:red">this text should red!</span>  <script type="text/javascript">     alert("this javascript"); </script>  <?php     echo 'this php'; ?> {/source} 

hope helps


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

asp.net mvc 4 - npgsql schema "dbo" does not exist -