Printable Version of Topic

Click here to view this topic in its original format

Forums _ Webmasters' Corner _ Table coding

Posted by: funride Jul 29 2010, 12:39 AM

Can someone point me to some tutorials that will teach me how to code in tables, I'm really interested and think there hell of a lot better than divs. Thanks a lot.

Posted by: kawohi Jul 29 2010, 10:36 PM

No it is not. Stick with divs or learn HTML5.

Posted by: schizo Jul 29 2010, 10:48 PM

http://www.w3schools.com/html/html_tables.asp

Technically, they're not better than divs. I would only use them for keeping certain content neat, not your entire layout. Some people will tell you to not even use them for that, but it's really not that big of a deal if you do it correctly.

Posted by: spambot Jul 29 2010, 10:52 PM

I was always told that tables were the devil. a few notches above marquee.

Posted by: Mikeplyts Jul 29 2010, 11:40 PM

I usually only use tables for forms and shit. Stick with DIV's, they're more flexible (for lack of a better word).

Posted by: schizo Jul 30 2010, 10:38 AM

Honestly, I think a design big wig said using tables was a sin for layouts and some dipwad at our general level read it and interpreted as you shouldn't use them at all. Then a cult of teenage designers started spreading the word without really knowing what the hell they were talking about. If you google it, most blogs say that table layouts are bad but organizing content with tables is fine.

Posted by: kawohi Jul 30 2010, 03:54 PM

QUOTE(schizo @ Jul 30 2010, 10:38 AM) *
Honestly, I think a design big wig said using tables was a sin for layouts and some dipwad at our general level read it and interpreted as you shouldn't use them at all. Then a cult of teenage designers started spreading the word without really knowing what the hell they were talking about. If you google it, most blogs say that table layouts are bad but organizing content with tables is fine.



Organizing content as in for list's and a stack of prices. When the <li> element isn't suitable.

Why the hell would someone want to clutter up there code with a whole bunch of tables just to get a margin right? When you can just add CSS? Don't ever use tables on less it's for a table/list of data.