Quote:
Originally Posted by MickiTee
CSS class names are case sensitive so check that you haven't made any typos.
You could also run Reports from the Tools menu. It will highlight any classes in the HTML files that do not have a corresponding entry in the CSS.
|
Thanks for that tip. No errors though! Odd. There has to be an error somewhere.
EDIT: Went back into Code mode at the point the first h3 header was that was not formatting per the CSS. For some reason there was a large empty space in the page (30 lines or so). Took out the empty space and selected the heading in code mode vs book mode, hit h3 and it applied the brackets (which it did yesterday too when I tried it this way)... switched to book mode and VIOLA. Finally it was formatted correctly.
I did this same exact thing last night... went through the code and found Sigil had inserted large spaces for no apparent reason... took them out... tried formatting the h3 headings, and it would apply the brackets but the formatting would not be from the CSS. But just now, it worked.
Don't look a gift horse in the mouth! Thanks much... maybe running the report helped somehow.