SysChat

SysChat (http://www.syschat.com/forum.php)
-   Development (http://www.syschat.com/software-support/development/)
-   -   CSS or Tables? (http://www.syschat.com/css-or-tables-22.html)

Muhammad Haris 12-10-2005 01:23 AM

CSS or Tables?
 
Which do you use? I prefer to use tables, only because I can see them, and they are easier for me to manipulate.

Optimit 12-10-2005 04:21 AM

I use both, but CSS Tableless sites are pretty nice.

MrCodeDude 12-17-2005 05:08 AM

Tables until IE becomes compatible with CSS.

pairbrother 12-24-2005 07:08 AM

Designing in tables is a hell lot easier than doing the same thing in CSS...but then by just modifying the css, u can change the complete structure of ur html file, it is amazingly powerful, basically it was created for making the presentation layer and contene layer seperate ;)
just check out www.csszengardens.com , and click on the different css links, and u will see some amazing layouts there !

William_Wilson 03-06-2006 12:20 AM

agreed
 
Tables are very useful and reasonably easy to implement. By writting simple css scripts to go along with them you can have the best of both worlds, and save yourself a lot of code writting. Css scripts can be saved externally and loaded a single time, similar to javascripts, saving you load time and repeat loadings.

ChatMod#1 03-06-2006 12:44 AM

I prefer tables.

ervindm 03-17-2007 10:16 AM

Quote:

Originally Posted by William_Wilson (Post 1543)
Tables are very useful and reasonably easy to implement. By writting simple css scripts to go along with them you can have the best of both worlds, and save yourself a lot of code writting. Css scripts can be saved externally and loaded a single time, similar to javascripts, saving you load time and repeat loadings.

Very well said!


All times are GMT -4. The time now is 08:23 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54