Hello
I have recently added a new class for the style of a custom title I wish to incorporate into a site I am currently building.
I have entered the custom style into my customstyles.css file (also added to my skin.css to double the chance of it working) Just in case it was not being picked up by the search engine I changed from the css shorthand to
h1 .listlabel
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #6384ab;
font-size: 1.50em;
font-weight: bold;
}
In my customstyles.xml I added:
<Style name="List label" element="div">
<Attribute name="class" value="listlabel" />
</Style>
Whilst in my FCK editor I can see this element listed(as just basic small text), but when applying to some text the style is ignored,instead of having a big bold:
'A'
List Domain Names
As I hoped and expected to see, I get an small and insigificant:
'A'
List Domain Names
As seen here: http://www.a2zdom.com/Domains/AZDomains/ADomains.aspx
I have refreshed the page, refreshed the editor, but this does not seem to work, this custom style is just ignored.
Any suggestions?
Lynn