SEO forum : Search Engine Optimization Forum

SEO forum : Search Engine Optimization Forum (http://www.seo-guy.com/forum/index.php)
-   CSS (Cascading style Sheets) (http://www.seo-guy.com/forum/forumdisplay.php?f=37)
-   -   Is CSS better than tables? (http://www.seo-guy.com/forum/showthread.php?t=6705)

Blonde Jon 02-24-2005 04:35 PM

Is CSS better than tables?
 
I've heard that CSS is better than tables because it is easier for SE to crawl. Has anyone seen a significant difference between using tables and CSS?

dilligaf 02-24-2005 05:24 PM

CSS is preferable to tables in almost all respects but none of them relate to SERP's at this point.

Blonde Jon 02-24-2005 05:38 PM

Why is it better?
 
Quote:
Originally Posted by dilligaf
CSS is preferable to tables in almost all respects but none of them relate to SERP's at this point.


That's pretty much my question. Why is CSS more preferable than tables?

dilligaf 02-24-2005 06:10 PM

Lighter, cleaner and more flexible. You can position different elements to spiders first.

Mano70 02-24-2005 10:37 PM

Read this:
http://www.hotdesign.com/seybold/

jlknauff 03-09-2005 11:46 AM

Quote:
Originally Posted by dilligaf
CSS is preferable to tables in almost all respects but none of them relate to SERP's at this point.

IMO it does-if set up properly it makes for a hell of a lot less code to crawl through-thus a higher ration of content ;)

jlknauff 03-09-2005 11:47 AM

Plus-site wide changes are cake :)

mattkakuk 04-15-2005 07:57 AM

css and tables
 
I use them both for example
<table class="table1" cellspacing="0">
where the table1 is
{
border: 0px;
padding: 0px;
width: 95%;
background: #f3f3f3;
color: #000;
}

I recommend using both unless you are a pro in css. Since you could really screw up a layout with 100% css in a crossbrowser enviroment.

SE's do like less tables and it is far easier to manipulate. But I think the above combination woks the best for me. Safe, controllable, same amount of code as div tags 100% css.

Any comments?

Phoenix Real Estate Agent 04-18-2005 05:33 PM

CSS has had my attention lately. A friend and I have been playing with new versions of my HP in all CSS. Even the NavBar, all of it. We have tested it in Firefox, Netscape and IE and only really had minor issues in Firefox. The rest went just fine.

CSS is the future of my websites. As stated above, cleaner, lighter and easier for me to read as well as for the spiders because there is less of it.

William Bawgus 04-29-2005 06:27 AM

CSS is the Bess
 
I prefer CSSin all design,

Here are a couple sites to get recources.

http://www.sitepoint.com
http://www.csszendesign.com
http://www.cssbeauty.com

These are really good inspiring sites.

In a few months after not knowing any css I have beaan using it for these sites,

http://www.torahstudy.info
http://www.rahebchiropractic.com (under cons.)

Hope these help.

CSS creates alot more speed in setting up pages and takes away alot of headaches. Tables suck!


All times are GMT -8. The time now is 02:02 PM.

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.