View Single Post
Old 02-19-2012, 10:27 PM   #4
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: 29,792
Karma: 54830978
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 anamardoll View Post
Thank you for responding.

This is my stylesheet:

Code:
@namespace h "http://www.w3.org/1999/xhtml";
body { margin: 0; }
h1 { text-align: left; page-break-before: never;}
h2 { text-align: left;page-break-before: never;}
img {text-align: center;page-break-before: always;}
I already tried changing the H1 to an H2 before conversion, just to test -- I got the same result. It's so weird.
try adding the green
Note doing this at the Tag level affects all IMG tags and All H1 and H2 tags

it might be better to create some classes and style the appropriate locations.

KISS is not always appropriate
theducks is offline   Reply With Quote