Doesn't sound justifiable to me.paulsheff said:Definitely, I had a site recently that required some tight fitting aligned forms and images that would have been an absolute nightmare to work properly into a tight space with divs, but a styled table did the job perfectly.
As for tables and CSS, there is a gallery over at iCant but Veerles is much nicer and the example is explained here.hargi said:Is it posible to use tables will css?
spinneR~uk said:Doesn't sound justifiable to me.
It's not row identifiable data.Sic said:i see no problem using tables for it.
I can understand where you're coming from but HTML elements have fairly specific purposes when used semantically, despite what the W3 suggest.Sic said:yes, but the final construct does have a tabular structure
spinneR~uk said:Doesn't sound justifiable to me.
That's the point, it's the users of the site, who or whatever they may be that you do have to justify your site to. As long as it looks OK though, eh...paulsheff said:It's a good job I don't have to justify my work to you then isn't it.
spinneR~uk said:I can understand where you're coming from but HTML elements have fairly specific purposes when used semantically, despite what the W3 suggest.
Information is data that has been processed. Processing of data is best done using identifiers such as row or column headers. A table is the right tool for the job if data needs processing. If a form cannot be wedged in to a space due to DIVs flying about, it's not the HTML that's at fault, it's the CSS; herein lies the solution.
Tables offer a great means of fixing positions which is why the adoption is widespread and the path to separation of positioning from content a long one, but if programming was easy, everyone would be doing it![]()
spinneR~uk said:That's the point, it's the users of the site, who or whatever they may be that you do have to justify your site to. As long as it looks OK though, eh...