Quote:
Originally Posted by Marjelle
<body>
<p><img alt="Omslagfoto Euromast af-002" src="../Images/Omslagfoto%20Euromast%20af-002.jpg" /></p>
</body>
</html>
Does anyone know what the problem is here?
|
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>