Quote:
Originally Posted by Jabby
I played with it awhile but was never able to get the output I wanted and finally gave up since I really didn't need it. However, Calibre is great for keeping my eBooks and will probably become more useful when I get around to getting familiar with regex.
BTW, do you know how to keep a <hx title statement from creating a blank line? I finally added a style=font-size:0 and that did it (well almost), but that can't be the proper way to do it.
Regards - John
|
make a no_height class in the stylesheet (code not tested)
Code:
h2.no_height {
margin: 0;
padding: 0
}
and assign
class="no_height" to those headers