View Single Post
Old 02-17-2010, 06:47 PM   #1
scott.a.andrew
Junior Member
scott.a.andrew began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2010
Device: Nook
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.
scott.a.andrew is offline   Reply With Quote