Pages

Tuesday, April 17, 2012

Saving JavaScript Within Template

This how you save all your JavaScript codes inside your templates just above </head> by using the code below,

    <script type='text/javascript'>

    //<![CDATA[

    Your JavaScript Code Here

    //]]>

    </script>

Replace line: Your JavaScript Code Here, with your javascript content.

No comments:

Post a Comment

Archives