Have a newbie question
I am using the EditMenuName property in my stylesheet, e.g.:
H2 {
font-size: 115%;
font-weight: bold;
padding-bottom: 1.25em;
EditMenuName: Heading - section;
}
However none of the styles are appearing in the text editor as they should be, am I missing something?
Cheers in advance
Also, in admin, under configuration, system settings, you'll find a link to a .css file. Make sure your EditMenuName is in that file, which is the only file the EPiServer wysiwyg editor will check.
/Steve
H2 { font-size: 115%; font-weight: bold; padding-bottom: 1.25em; EditMenuName: Heading - section; }
However none of the styles are appearing in the text editor as they should be, am I missing something? Cheers in advance