View Single Post
Old 01-23-2011, 07:47 PM   #9
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,113
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Jabby View Post
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

Last edited by theducks; 01-23-2011 at 07:49 PM.
theducks is offline   Reply With Quote