html - Float images under one another -
is possible have images float right under 1 another, preferably without css or div tags because i'm not experienced them, solution welcome. thanks
this easiest <div>
- no need scared, it's box!
<div style="float:right"> <img src="image1.png" /><br /> <img src="image2.png" /><br /> <img src="image3.png" /><br /> <img src="image4.png" /> </div>
Comments
Post a Comment