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