Page 1 of 1

[SOLVED] Insert custom embed sytle in page properties

Posted: Tue Dec 11, 2007 9:53 am
by toto
Hi to all friends, I waht to insert a custom embed style in page properties through admin panel for one page like this:

Code: Select all

<style type="text/css">#content {color: red;}</style>
but that symbol "{" in custom page metadata broke the page.

How can i slove the problem?
Is it possible to do that without make a new theme onli for this page?

Re: Insert custom embed sytle in page properties

Posted: Tue Dec 11, 2007 10:58 am
by cyberman
This should work

Code: Select all

{literal}
<style type="text/css">#content {color: red;}</style>
{/literal}

Re: [SOLVED] Insert custom embed sytle in page properties

Posted: Tue Dec 11, 2007 2:40 pm
by toto
cyberman thank you very much  ;D ;D ;)