Re: This script do not fit in my pages
Posted: Wed Jun 08, 2011 11:07 am
You should wrap your css and javascript code in {literal} tags
Like this:
Like this:
Code: Select all
{literal}<style type="text/css">
.... some stuff
</style>{/literal}
....
{literal}<__script__ type="text/javascript">
.... some stuff
</__script>{/literal}