Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 6 Views: 977 Well, for a "quick fix"...
right after you middle div...
add a non breaking space...
<div id="middle">
Of course, it would help if you had a Doc Type, had a 0 (zero) for padding... |
Forum: HTML and CSS Sep 30th, 2007 |
| Replies: 5 Views: 1,365 Well...
Use the <fieldset> tag to collect related parts of the form together (if a large form).
Apply <legend> to help indicate what the form pertains to.
Ensure all Inputs have a <label>... |
Forum: HTML and CSS Aug 16th, 2007 |
| Replies: 39 Views: 11,419 hmmm, must have forgotte html coding...
I thought things like <img> had to be either..
<img> </img> or <img /> ???
Still... here we go.... |