Hey, Would I use tables or CSS to do this? http://www.hostgator.com/shared.shtml I want to write a list of the various packages and such just like HostGator has.
If you need to present tabular data - you use tables, that's what they exist for. Tables themselves are not evil, as long as they are used where required.
you can create tabular data with tables or CSS , but you should wast more time on CSS to create it .. like other posts use table tags carefully
Can we get a sticky on Divs -v- Tables? Tables are for showing tabular data. If that is what you are doing then use a table and then CSS can be used to make it look pretty.
Dear Gobbly, I would like to suggest for using Tables. Because Tables are always symentically correct.