Take a look at the Google Homepage. Go View>Source and you'll see that tables are being used for positioning (there's more on search results!)! It seems that using CSS instead is the 'trend' on these forums, and the <table> tag is useless for positioning. But surely doesn't google know how to make a webpage?
Neil
if($neil=="stuck"){echo("Help!");
pull_out("hair", $neil);
$neil=bald;}
else{echo("What do you want?");}
You will find that about 95% of Web Sites you encounter will use tables for layout. (rough estimate)
The reality is, only personal sites and CSS-related sites are coded without the use of tables. Most designers will laugh when people tell them that using tables is wrong. However, im not saying that they are right.
There is nothing wrong with using tables and for a long time they have been the standard. Though, supposedly things are changing.
Regards.
EDIT: Dont get angry at me. I have heard everyones opinion about the <table> element.
Originally posted by buntine You will find that about 95% of Web Sites you encounter will use tables for layout. (rough estimate)
The reality is, only personal sites and CSS-related sites are coded without the use of tables.
i know i sure don't use tables on my site. then again, i don't really have much of a layout for my page...
Yes, I'm a supermoderator. I'm not an administrator, but I like to pretend that I am. I have my own little administrator cape that I like to wear while I browse the forums.
Alot of the people on this forum will use CSS, table-less layouts for the web sites. And i think thats good -- you guys are doing what everyone else may be doing in the future.
But, its a fact that only a very small percentage of web sites actually conform to the standards outlined at W3C.
Because of this, i think the standards will be dramatically changed sometime in the near future.
Google's site wouldn't benefit much from switching to CSS layout. CSS layout improves download speed and can increase search engine rankings. But Google probably doesn't care much about their search engine rankings, and their pages have very little content, so speeding up download time isn't an issue.
If you want an example of a high traffic, modern website that doesn't use tables, look at ESPN.com. They've jumped on the CSS bandwagon, and even offer an alternate page to crappy browsers (NN4, IE4) explaining to them why they can't view ESPN.com with their browser, and offering links to upgrade or download a different browser. I recommend viewing their site in NN4. I wish all sites did this.
Bookmarks