Quote:
Originally Posted by Jellby
Ah, so you have an empty <h2>? Try with "h2.noline { height: 0; margin: 0; padding: 0; }"
Or "h2.noline { display: none }" (though I'm not sure how links no non-displayed elements work.
|
I've tried every combination of values for ".noline" I could think of and only two work; display:inline or margin:0 and you MUST have the class=noline in both the "body" and the "h3" definition.
BTW, I choose "display: inline" because this works best if you want give an image (a cover?) a TOC entry.
Regards - John
P.S. If anybody wants a file to play with I'd be happy to upload a shortened version of the file I'm using.