What to choose: tables or CSS layers?

Any problem with HTML can be discussed here.
Post Reply
X-Solo
Posts: 25
Joined: Wed Nov 22, 2006 10:11 am

What to choose: tables or CSS layers?

Post by X-Solo »

I've heard that now many people use layers instead of tables in order to arrange information. Is it true? If yes what are the pros and cons of both methods?


Envoxia
Posts: 132
Joined: Sat Nov 18, 2006 9:09 pm

Pros and Cons

Post by Envoxia »

Well, the pros to HTML is it is much easier. The format is much more simple to write up, alot less coding to do. The con, is it is not as customizable as CSS is, you just can't do as much with it.
CSS on the other hand is completely customizable, down to the pixel, but much more complicated to write.
Simpsonplanet
Posts: 6
Joined: Mon Dec 04, 2006 12:03 pm

Post by Simpsonplanet »

I like tables, theyre easier to drag around ;]
rwshthn
Posts: 500
Joined: Tue Sep 26, 2006 1:39 am
Contact:

yes

Post by rwshthn »

yes iam with you in this point man
Paolo1993
Posts: 195
Joined: Tue Jul 18, 2006 11:26 pm

Post by Paolo1993 »

ill go for css with a table its better when combined, and tables are for the beginners but combines id for pro
Image
vinter
Posts: 27
Joined: Fri Dec 22, 2006 5:08 pm

Post by vinter »

Tables are not upto the present trend. Currently, much effort is being put up to totally separate a site's contents from its presentation. CSS was developed in order to achieve this. No doubt, this has several advantages including the fact that if you have the contents and the presentation well separated, it is a lot easier to change the presentation of all the pages at once. You will just need to modify the "presentation" area. However, if you use tables, you are mixing the contents with the presentation. So if you want to stick to the present trend and keep the W3c people happy, you better use CSS.

However, some old browsers still don't support CSS and you will be in trouble if most of the visitors of your site use those old browsers. So its your choice finally.
Post Reply