Page 1 of 1

Re: This script do not fit in my pages

Posted: Wed Jun 08, 2011 11:07 am
by M@rtijn
You should wrap your css and javascript code in {literal} tags

Like this:

Code: Select all

{literal}<style type="text/css">

.... some stuff

</style>{/literal}

....

{literal}<__script__ type="text/javascript">

.... some stuff

</__script>{/literal}