I recently received a template and it has a table based HTML version (with a css file) and a table-less xhtml/css version. Which is better to use for functionality, ease and SEO. Thanks!
CSS for sure. After learning css I will never go back to tables (except to format actual data in a table)
Excellent, thanks for the opinions... they are what I was hoping for! Tables were confusing the hell out of me.
My rule of thumb is use tables only for presenting data or a type of list. Tableless is the way to go.
Yes, CSS is the best way. Tables were initially designed to present tabular data, not for making layouts.