blob: acf1c1159438be37e9ad277d32c494d79a7b08e8 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jeffrey Zeldman Presents: The Daily Report</title>
<style>
#bravefourhundred {
width: 400px;
}
img {
margin-top:1em;
display: block;
background-color:yellow;
}
.foo { float:left;width:100px; height:100px;background-color:green }
</style>
</head>
<body>
<div id="bravefourhundred">
<div>There should be no vertical space between the two blocks below.</div>
<div class="foo"></div><img width="395" height="275" border="0">
</div>
</body>
</html>