[SOLVED] Insert custom embed sytle in page properties

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
toto
Forum Members
Forum Members
Posts: 29
Joined: Tue Nov 07, 2006 11:38 am

[SOLVED] Insert custom embed sytle in page properties

Post 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?
Last edited by toto on Tue Dec 11, 2007 2:39 pm, edited 1 time in total.
cyberman

Re: Insert custom embed sytle in page properties

Post by cyberman »

This should work

Code: Select all

{literal}
<style type="text/css">#content {color: red;}</style>
{/literal}
toto
Forum Members
Forum Members
Posts: 29
Joined: Tue Nov 07, 2006 11:38 am

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

Post by toto »

cyberman thank you very much  ;D ;D ;)
Post Reply

Return to “Layout and Design (CSS & HTML)”