View Single Post
Old 04-25-2011, 09:48 AM   #2
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,556
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Some readers have default margins or other properties that cannot be changed and that take preference over styles in the book. Try using a selector with a higher priority, such as:

Code:
body p {margin: 0; padding: 0; }
which means "all <p> tags inside a <body> tag". It should apply to all <p> tags, because all should be inside <body>, but it has a higher priority than just "p".
Jellby is offline   Reply With Quote