What is the recomended method for Laying out HTML forms?



DIVs decidedly makes life easier in most layouts. But laying out forms is
still time consuming. I'm currently using the following technique to layout
the labels

<div style="clear: both;">
<div style="float: left; etc">
<label> ...</label>
</div>
<div style="float: left; etc">
<input>
</div>
</div>

I dont see any real difference between what I have done above when compared
with the following

<table>
<tr>
<td><label>...</label></td>
<td><input></td>
</tr>
</table>

Am I on the right track with this?

What are others doing in this area?

Thanks
Owen Brunker


.



Relevant Pages

  • Re: massive oversize print files....
    ... for 4-up/5-up output, for labels, etc. ... Layouts is the correct term. ... Unless there are high resolution graphics or PDFs in the fields or high ... printer driver, font, etc. ...
    (comp.databases.filemaker)
  • Re: labels and envelopes
    ... once over if it allows an end user to use the designer to choose layouts and ... to preview the labels. ... Am I incorrect about any of this as far as you know? ...
    (borland.public.delphi.thirdpartytools.general)