Quote:
Originally Posted by Jellby
or:
Code:
h2.invisi { display: none; }
if prevents navigation, then:
Code:
h2.invisi { height: 0; margin: 0; padding: 0; }
|
Jellby:
Neither of those will work when, as the OP indicated, the epub is run through KindleGen/MobiGen or MBPCreator. The former doesn't work at all (the text will show up as though the css doesn't exist) and the latter will leave a small topline.
HTH,
Hitch