PDA

View Full Version : Tables vs CSS



shield
09-22-2005, 07:01 AM
I know for a fact that a lot of you will vote for CSS, just like me.

Even though I dont use CSS for my layouts (because I dont know how) I would like to learn it...

Cast your vote and post your reasons...

james.uk
09-22-2005, 07:37 AM
Ahh CSS, most wonderful littlest thing in the world... CUSTOMIZATION!! fully control over my layouts and site design. tables, i use them a little for some things so i wont "diss" them that much.. but yea css i'd recommend to anyone.

gyhkcx
09-22-2005, 07:55 AM
When you use tables for your design, the display becomes awful when the bowser is resized or screen-resolution changed.

Try CSS to handle these and the results are pretty much good.

CannonBallGuy
09-22-2005, 12:26 PM
Tables are designed to hold tabular data. Period.
CSS is for pretty much anything else. :)

pfgannon
09-23-2005, 01:07 AM
I love CSS.
I don't think I even remember how to use tables now.

$cripts
09-23-2005, 07:42 AM
css hands down.......even though ive ran into more cross browser errors while using css i can make the preview layout and the finished tempalte look identical while with tables it just creates to much space between everything and load time is much greater with CSS

gilly
09-23-2005, 08:38 AM
I used to use tables for my old site, but now i've learnt CSS, dont think i'd go back to tables in a hurry, simply because of the power you have with css!

tony
09-23-2005, 12:42 PM
ive gone for tables when it comes to layouts however css i not bad for for links etc

shield
09-23-2005, 01:13 PM
yeah Ive used CSS quite a bit for text formatting but as of yet never created a pure css site and put it live

ododd
09-23-2005, 01:15 PM
tables cause i'm too stupid to use css :P heh not so great with tableas either but meh

Nuvo
09-25-2005, 11:16 AM
I don't use tables anymore... ever.
CSS is so much better as it's easy to use, it cuts bandwidth usage and you can make things like the CSS zen garden with it (if you have seen it and still doubt CSS, you need to stop using the internet).
I can have a site which has multiple skins, but where the skins are easy to work with and can change the layout of the site instead of just the colours and without CSS design, the only way to do this would be to have HTML code in the skin which would make it more difficult to work with.

$cripts
09-26-2005, 07:40 AM
CSS zen garden

what is that?

Nuvo
09-26-2005, 11:58 AM
A site dedicated to the power of CSS.
It shows off an easily implemented, yet extremely powerful skin system which changes the entire layout of the site, not just the basic stuff tables limit you to.
http://www.csszengarden.com/ is the address and some of the skins are quite cool.

martian2k4
09-26-2005, 12:07 PM
I use to be in favour of tables. But now I like CSS! Although for column layouts i do use tables as its a lot easyer! :D