Jump to content

If you're a web designer using tables, please read :)


Guest

Recommended Posts

Tables and CSS are not mutually exclusive - if you have tabular data to display, then the obviuos way to do it is....in a table! Suitable formatted with a Style Sheet!

 

But as for using tables to structure the layout - I moved away from that a year or so ago and CSS makes life SO much easier. :)

Link to comment
Share on other sites

I think one of the problems with CSS and such is that people get rather fetishistic about it, using it when there's an easier way to get the result that is still standards compliant and has no impact on usability.

 

It's true, there's many ways of doing things :) Accessibility should also be high on the list of priorities...no that doesn't just mean visually impaired users!

Link to comment
Share on other sites

Check my blog in my signature, and click on one of the months on the right (July is a good one) looks like a table, but its all totally CSS ;)

What's the point in that? If you're presenting tabular information then what's wrong with using a table? All that markup is just messy.

Link to comment
Share on other sites

seeing all the <table> <tr> <td> blah blah is messy, View my source, then make a page that gives the same result, with tables, and view that source, mines much neater, and tidier, and less confusing to work out, tables, in php, you could miss a </td> or </tr> here and there ( I have seen it before ) where as with CSS using floats its not as easy to miss... and is much easier to customise, just change one div, and the whole lot changes..

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.