img tag question..
Ok this is a simple question. I have the following tags..
<div style="center">
<img src="1.jpg"/>
<br/>
<br/>
<img src="2.jpg"/>
<br/>
<br/>
<img src="3.jpg"/>
</div>
What i would expect is that each image is center aligned on has 1 break between each image..
However this doesn't work for multiple images you get overlapping images if you have multiple images..
Should each image be wrapped in its own div? I know if i do that all is good.
|