Tables or CSS?

Discussion in 'Programming' started by ALEX, Sep 29, 2007.

Remove these ads by signing in
Remove these ads by signing in
?

Tables vs. CSS

Tables 0 vote(s) 0.0%
CSS 0 vote(s) 0.0%
Thread Status:
Not open for further replies.
  1. ALEX New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    524
    Likes Received:
    0
    Now that we have CSS, tables are becoming less and less common on websites nowadays.

    Do you prefer CSS or tables?

    I love CSS, but there are some things I can't do with CSS that I can do with tables. But this is probably because I am fairly new to CSS.
  2. Hayze New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    949
    Likes Received:
    0
    Occupation:
    Un Occupied.
    Location:
    To your left... no your other left.
    How could you replace tables with CSS? They are two totally different things...
  3. ALEX New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    524
    Likes Received:
    0
    Tables were the only thing being used to create websites a while back. Then CSS was released and it changed everything.
  4. Hayze New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    949
    Likes Received:
    0
    Occupation:
    Un Occupied.
    Location:
    To your left... no your other left.
    Oh, well CSS still can't replace tables, tables are still the only thing being used. CSS does not create the website, just makes it easier to code.
  5. Sandlizardz New Member

    Member Since:
    Sep 30, 2007
    Message Count:
    28
    Likes Received:
    0
    Occupation:
    President - CEO Sandlizardz.com
    Location:
    Illinois - USA
    I would say css....Tables are the normal tags to use and easy when starting the coding. But in the long run, css will help you out best. Kinda like php.... If you have a 20+ page site and need to change one thing that is on every page, having css would change it on all pages by 1 file being edited. Not every page...LOL. Trial and Error. I still use tables though. But css is also my choice.
Thread Status:
Not open for further replies.

Share This Page