Jump to content

Recommended Posts

Posted

Hello All,

 

I'm just trying out something new on a web site and I was wondering if it is still good to use Tables.

 

Thank you,

 

Best wishes

Graeme

Posted

Actually, tables were never meant to be used for anything but tabular data. However, until a few years ago, there weren't really any alternatives, so they were used heavily for layout. Now that we have the option to use CSS for Positioning, you should not be using tables for layout - only tabular data.

Posted

Hello Thelma,

 

Thank you for your reply. It is only for tabular data really but one instance is for using a table to hold thumbnails for an image gallery although I could actuall just float them.

 

Best wishes

Graeme

Posted

For the Tabular data, sure they are the right tool. I would use CSS for the Thumbnails, let them line themselves up as needed.

  • 2 weeks later...
Posted

It depends on the project. If it's a simple one, maybe some people actually prefer using tables as layout if they're not familiar with CSS yet. But if it's a complicated layout, CSS is the way to go. :)

Posted
..... maybe some people actually prefer using tables as layout if they're not familiar with CSS yet....
Many people 'prefer' to use tables as layout - that doesn't make it right.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...