HOWTO: Align labels and form fields

<label for="time" style="display: block; float: left; width: 200px;"><strong>Suggested time</strong></label>
<input style="display: block; float: left; width: 120px;" id="time" type="text">

FAQ: Why is FireFox loading loading a page twice/duplicate/double?

(As recorded by Firebug or the access log.)

One cause of this is <img> elements with an empty src attribute. (If it's blank, the browser thinks that the image URL is the same as the page's URL.)