
Originally Posted by
furryyuri
Look who it is!
Originally yes, but trying to isolate the issue I stripped the page of everything besides the code above (see link, view source?)
If you look further down in that article, you'll see that the author added wrapper and spacer <div>s to get the required appearance. Here's the code from the article:
HTML Code:
<div class="container">
<div class="spacer">
</div>
<div class="float">
<img src="image1.gif" width="100" height="100"
alt="image 1" /><br />
<p>caption 1</p>
</div>
<div class="float">
<img src="image2.gif" width="100" height="100"
alt="image 2" /><br />
<p>caption 2</p>
</div>
<div class="float">
<img src="image3.gif" width="100" height="100"
alt="image 3" /><br />
<p>caption 3</p>
</div>
<div class="spacer">
</div>
</div>
And here's the CSS for the spacer and container divs:
Code:
div.container {
border: 2px dashed #333;
background-color: #ffe;
}
div.spacer {
clear: both;
}
Try the article suggestions again with this code and let us know how it works out. 
Off Topic:
And my Powerbook is at home, it's actually my girlfriend's
Bookmarks