form alignment without a TABLE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rameshch45
    New Member
    • Oct 2007
    • 25

    form alignment without a TABLE

    Hi, I read and was told that using a TABLE to perform content alignment is incorrect. If so, how do I arrange the fields and messages in my 'form' tag?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    With CSS. .

    Comment

    • rameshch45
      New Member
      • Oct 2007
      • 25

      #3
      yes, but is there an example of matrix style rows/columns based arrangement of messages and fields?

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Just another short answer cause I'm going to bed. If you are just trying to duplicate a table then perhaps you need to rethink the layout of the form. Is the form laid out like a table because that's how tables lay things out or because you want it laid out that way?

        The think about using tables for layout is that tables were never intended for that and were only done that way because it used to be the only reliable way to layout pages. That was then and CSS is now.

        Comment

        Working...