Quote:
Originally Posted by frabjous
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.