View Single Post
Old 01-13-2010, 02:30 PM   #43
gregcd
Connoisseur
gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!gregcd rocks like Gibraltar!
 
gregcd's Avatar
 
Posts: 90
Karma: 100000
Join Date: Jan 2009
Location: New Zealand
Device: prs-t1, prs-650 to sell
I had some problems with this code

p {font-size:110%}
div {font-size:110%}

- some books would ignore this code, so i switched to

p {font-size:24px}
div {font-size:24px}

Which works with all books.The interesting this about doing it this way, is it sets the absolute font size (excluding headings), irrespective of what it says in the epub. This saves me reconverting a lot of epubs

It even stays the same when the book is zoomed (S, M, L) on the reader, which is weird.
gregcd is offline   Reply With Quote