This is a discussion on "what's wrong with using tables?" within the Web Page Design section. This forum, and the thread "what's wrong with using tables? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
what's wrong with using tables?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
what's wrong with using tables?
i keep being told to use CSS to layout my site instead of tables but why? with tables my site looks fine on every browser i test it on.
tables seem easier for me and also allows me to make the site fluid instead of fixed, i don't want to learn CSS if it doesn't allow me to do this. 1. so is using tables ok, or should i learn CSS? 2. does CSS allow you to make the layout fluid? |
|
|
|
#2
|
|||
|
|||
|
Re: what's wrong with using tables?
Quote:
You should definitely learn CSS. It will probably open up a lot of doors to things you hadn't even thought of. Quote:
It's a fairly basic language compared to others, and you can pick the basics up very quickly. Tables were never meant to be used for layout. They were meant to be... tables. Cheers, Jim. Last edited by jimz; May 7th, 2006 at 14:10. |
|
#3
|
||||
|
||||
|
Re: what's wrong with using tables?
As Jimz said, tables were meant for displaying data, not layout.
Having said that, I still use a table here and there just because it's quicker and easier to code. But one obvious bad point is that, when it comes to changing the layout (if you ever have too), there's a lot more code involved. And on that point, search engine measure how much visible text you have on your pages (keyword density). CSS allows you to minimize markup code and maximize your keyword density, which in my opinion is a MUST!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#4
|
|||
|
|||
|
Re: what's wrong with using tables?
Could anyone recommend a good tutorial on using CSS for layout. I am new to CSS so something suitable for complete dummies would be perfect. I'd be much obliged if anyone has worthy recommendations.
|
|
#5
|
|||
|
|||
|
Re: what's wrong with using tables?
Here you go
http://glish.com/css/ |
|
#6
|
|||
|
|||
|
Re: what's wrong with using tables?
Hello.
There are many factors wrong with using tables for a layout design, for one tables were created for tabular use which I am sure layouts are not. Tables are bad and lack validation, but also take up more code, more space and always have a different outcome in Web Browsers. Thanks, Dan Williamson |
|
#7
|
|||
|
|||
|
Re: what's wrong with using tables?
|
|
#8
|
|||
|
|||
|
Re: what's wrong with using tables?
If the layout your doing is very complicated and you havent got alot of time to spend doing it you should consider tables, else do some css. You can make tables xhtml compliant btw so theres no issues there.
|
|
#9
|
|||
|
|||
|
Re: what's wrong with using tables?
Quote:
|
|
#10
|
|||
|
|||
|
Re: what's wrong with using tables?
Table sites can be done alot quicker for complex layouts.
|
|
#11
|
||||
|
||||
|
Re: what's wrong with using tables?
I'm at a point lately where I've had to do some html emails using tables and font tags, etc (can't use CSS in the average email), and holy crap, did it take me 5 times longer.
Table are hard to use now, and offer much less control. |
|
#12
|
|||
|
|||
|
Re: what's wrong with using tables?
herk's just getting old :P
|
|
#13
|
|||
|
|||
|
Re: what's wrong with using tables?
Tables limit your design drastically.
|
|
#14
|
|||
|
|||
|
Re: what's wrong with using tables?
Quote:
|
![]() |
| Tags |
| wrong, using, tables |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can anyone see what's wrong with this? | Matty Brown | PHP Forum | 7 | Sep 24th, 2007 07:26 |
| Where am I going wrong? | JamesQ | Flash & Multimedia Forum | 6 | Jun 5th, 2007 15:05 |
| Whats wrong with tables and why css | mrnthere | Web Page Design | 7 | Mar 16th, 2006 23:38 |
| what is wrong-what do i do | mdavid87 | Classic ASP | 4 | Jun 3rd, 2005 09:15 |