Can I use table to create forms in a CSS based layout?

Discussion in 'CSS' started by Adityaz, Mar 24, 2009.

  1. #1
    Hello guys!! I just need your help... I am creating a CSS based layout can i use table to create form? Does it make any difference for W3C validation?

    I want to use table for forms for compatibility reason only. M i right? pl give your suggestions...

    Thanks
    Aadi
     
    Adityaz, Mar 24, 2009 IP
  2. JavaScriptBank.com

    JavaScriptBank.com Peon

    Messages:
    141
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes, you can use TABLE, it's still good for making web page, and it also take more time to load;


    however if you only have a liitle tables, the time to load is trivial
     
    JavaScriptBank.com, Mar 24, 2009 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    Never use tables for layout. There are plenty of elements and CSS properties for doing that without a table and better, too.
     
    drhowarddrfine, Mar 25, 2009 IP
  4. Adityaz

    Adityaz Active Member

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #4
    Hey drhowarddrfine & JavaScriptBank.com, Thanks for replying. I always face margin problem in Mozilla and IE specially while designing a form. Can any one show me the best example of a browser compatible form developed in CSS .
     
    Adityaz, Mar 25, 2009 IP
  5. bm_ys

    bm_ys Well-Known Member

    Messages:
    112
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    131
    #5
    Yes you can use tables in a css based layout. Css doesnt effect your code it only effects appearance.
     
    bm_ys, Mar 25, 2009 IP
  6. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
  7. Adityaz

    Adityaz Active Member

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #7
    Hey shallowink, Thanks these links are really useful.
     
    Adityaz, Mar 25, 2009 IP