Quote:
Originally Posted by phossler
Yea, I find that's the most time consuming, so I try to get RegEx to convert things like <p class="ChapTitle"> to real Heading tags. I think Calibre could handle the class, but I can't -- just too confusing
|
Heh, sounds like you haven't run into the ones that have something like half a dozen nested divs around the chapter titles. Hey guys, there's a reason it's called
cascading style sheets.
In my "fancy" CSS (for Project Gutenberg and other PD books) I have multiple classes for things like poetry, letters, etc. and the div tag has things like class="block poem" so no need to nest divs.