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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -