Code: Select all
<style type="text/css">#content {color: red;}</style>
How can i slove the problem?
Is it possible to do that without make a new theme onli for this page?
Code: Select all
<style type="text/css">#content {color: red;}</style>
Code: Select all
{literal}
<style type="text/css">#content {color: red;}</style>
{/literal}