View Single Post
Old 01-06-2011, 06:21 PM   #10
coke_o
Member
coke_o began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jan 2011
Device: nook
Quote:
Originally Posted by jswinden View Post
Are you saying that the lines of text extend beyond the width of the screen? If so, that is rather odd because ePubs are supposed to reflow text. If you are experiencing lines of text that are too long to fit the width of the page, then the formatting of the ePub is very poor. The only thing that comes to mind is that the html from which the ePub is compiled must have the text placed in a table where the table or table column width is defined too large. Even then, I would have expected the ePub reader to overlook that formatting, but you never know. If possible, you should look at the html and/or CSS to see what is wrong. In the CSS look for a width statement within the BODY tag, and remove it if it exists. Once again I would expect the reader to ignore a width parameter, but who knows what it might do.
How do i look at the html and/or CSS?
coke_o is offline   Reply With Quote