Re: Is table-less worthless?
I've gotta agree with Orion.
It's just good coding practice to use CSS and, if you're hoping to jump up a few spots in the SERPS, a CSS layout can get you there in no time.
I still use tables because my cart was built around them (and my site validates at W3c) but I've had great success with CSS layouts in other sites.
It can be frustrating to get started with, but it sure is sweet when you your head around it. I've been tinkering with CSS for years but only just now chose to build a CSS driven site because browser support has improved so much recently.
The resources are out there and experienced help is available right here. Just ask.
What I love most about CSS sites is that the content is so easily ported to other pages (and other sites) and easily displays across a variety of devices and screen resolutions.
That being said, if you've got a small, simple site, just want to get some content up quickly and you find table layouts easier to work with, it's your dime! Go for it.
As much as possible, consider using CSS for formatting your tables, links, headings and forms. At least you'll reduce your text/code ratio somewhat and it'll help maintain consistent formatting across your site.
|