View Single Post
Old 02-17-2010, 11:31 PM   #5
scott.a.andrew
Junior Member
scott.a.andrew began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2010
Device: Nook
Quote:
Originally Posted by frabjous View Post
Does changing <br /> to <br clear="all" /> help?
No.. What works are a couple of things..

1.) Changing the <br/> to <p/>
2.) wrapping each image in div, which is more difficult..

(this is automatically generated parsing a web page and converting to epub)

On solution i have is to convert to two <br/> tags into a <p/> which appears to be equivalent and then the styling works. It seems to just affect img tags.
scott.a.andrew is offline   Reply With Quote