Page is a not externally linkable
lucy24 - 7:43 am on Jul 22, 2011 (gmt 0)
And also, how do I make the header on the next line look normal?
After the two images, there should be a new line underneath.
But instead it's squeezed in next to the right hand image.
<h2>Header text here</h2>
That part's straightforward. If both of your images are floats, they will float next to anything that follows. That's what the "float" concept means. So either make the second image a non-float, or set {clear: both} in your CSS boilerplate for all headers.