View Single Post
Old 05-19-2015, 02:35 PM   #16
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by chaley View Post
Assuming that the rendering device is not doing something special, with that HTML there should be a single space output after the image. If the image consumes the entire screen then that space could appear on the next page.

The space is caused by the return between </p> and </body>. Does the problem happen if the HTML looks like the following?
Code:
...20af-002.jpg" /></p></body></html>
HTML ignores spaces between tags. beautify/pretty print algorithms routinely reindent the structure in order to create that exact return -- as well as many more -- with absolutely no effect on rendered layout.


Chances are it is like theducks said.
eschwartz is offline   Reply With Quote