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
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