Forum Moderators: not2easy
<!DOCTYPE HTML>
<head>
<style type="text/css">
.container{width:95%;padding:10px;margin:10px;border:1px dotted black;clear:both;}
.floater{float:left;padding:10px;text-align:center;}
</style>
</head>
<body>
<div class="container">
<div class="floater">
<p><img src="http://www.webmasterworld.com/gfx/logo.png" width=109 height=56></p>
<p>here is the Logo!</p>
</div>
<p>
not enough text to stretch beneath the float
</p>
</div>
<div class="container">
<div class="floater">
<p><img src="http://www.webmasterworld.com/gfx/logo.png" width=109 height=56></p>
<p>here is the Logo!</p>
</div>
<p>
another logo here and so on .....
</p>
</div>
</body>
</html>
the indentation of the code seems to be lost!
Eeuw. Wouldn't that give you a scroll bar? What happens if you set a min-height on the container?