<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Jeffrey Zeldman Presents: The Daily Report</title> | |
<style> | |
#bravefourhundred { | |
width: 385px; | |
} | |
h2 { margin-top: 40px; } | |
img { | |
display: block; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="bravefourhundred"> | |
<img width="395" height="275" border="0"> | |
<h2>This text should be on line one.</h2> | |
This text should be on the following lines. These lines should not overlap. | |
<h2>Here's what's weird.</h2> | |
The problem persists! | |
</div> | |
</body> | |
</html> |