Re: What is the recomended method for Laying out HTML forms?



Owen Brunker wrote:

DIVs decidedly makes life easier in most layouts. But laying out forms is
still time consuming.

When trying to do it with divs and floats, yes.

What are others doing in this area?

For forms, I use tables.

--
Els http://locusmeus.com/
.



Relevant Pages

  • Re: background color not working as expected
    ... In what you supply, there is nothing in any of the divs, the ... form a picture of how floats are not "in" their containers in any ... surprise of yours) and get rid of all margins and paddings, ... Messing about with your surprise has given me thoughts to expand ...
    (alt.html)
  • Re: div-based layouts..
    ... Just accept that adding a simple HTML element (no text ... Making equal column height floats is harder. ... I have heard people say that one reason why so many people prefer table-less layouts is that divs load faster than tables, but: content buried four divs deep really loads faster a table? ... Tableless layouts are far easier to maintain, and easier to design complex layouts. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: div-based layouts..
    ... just TWO divs that need to appear side-by-side.. ... it's clearing correctly afterwards ... Just accept that adding a simple HTML element (no text ... No it is IE that has a problem with floats. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Does height 100% work with html 401 strict?
    ... The side divs still wouldn't expand. ... your floats have a set width but a width without any height is ... shrink to fit as far as height is concerned, ...
    (alt.html)
  • Re: Float wrap blindspot
    ... accommodate your longest caption and the DIVs will fall on a grid. ... when floats have different heights. ... For inline boxes, ... Another thing to be aware of with floats is that their vertical position ...
    (alt.html)