I use tables.
Have found absolutely no benefits for SEO by using css.
some people may argue that css renders faster on most browsers. This is not true at 100%. Big css renders slower than several small tables. A big table render slower than big css.
The benefit from using small tables is that you cannot use small css layout. It's either big or small.
And if you want something extravagant, try small tables + css layout to position them on the right place on the page. Then you get the benefits from tables and css at the same time.
|