Forum closed. New forum available at http://community.wymeditor.org/

CSS question

Support forum for WYMeditor.

CSS question

Postby redk on Sun Dec 16, 2007 8:38 pm

Hello,

I'm new to WYM, sorry if the question sound very noob.

In the CSS if I use the default (.important p) :

/* PARA: Important */
.important p /* p[@class!="hidden-note"] */ {
color: red; font-weight: bold;
/* color: red; font-weight: bold; border: 2px solid red; */
}

I never get the red text. But if I use (p.important):

p.important /* p[@class!="hidden-note"] */ {
color: red; font-weight: bold;
/* color: red; font-weight: bold; border: 2px solid red; */
}

It does work, am I missing something somewhere?

Thanks.
redk
 
Posts: 1
Joined: Sun Dec 16, 2007 8:32 pm

Return to Support

Who is online

Users browsing this forum: No registered users and 2 guests