PDA

View Full Version : IE br tag between 2 img tags not working



kilanw
30 Jan 2009, 01:54 PM
Ok so despite having a very clear div box telling my content not to display outside its confines, and despite having a very clear LINE BREAK tag between 2 image tags, the latest version of IE (I'm on Vista 64 bit) still insists on displaying these 2 images next to each other. the link is

http://www.freewarebible.com

If you want to see how it is supposed to look, check it out in Firefox. If you want to see the problem, check it out in IE. If someone could tell me how to fix this problem, I'd greatly appreciate it. Thanks guys.

Wickham
30 Jan 2009, 03:09 PM
Edit html markup like this:-
...............Bible for ourselves.</p>
<div style="float: left;">
<p><img src="images/biblebeam.jpg" /></p><!--<br /> and align="left" removed-->
</div>
<div style="clear: both; float: left;">
<p><img src="images/godadam.jpg" /></p><!--<br/> and align="left" removed-->
</div>
Reading the Word, ....................