On Wed, 25 Aug 2004 07:29:33 +0100, Tom <> wrote:
> I must admit I am still a bit unclear about the W3C accessibility
> guidelines: is it OK to use tables for layout or is it forbidden???
It is... up for interpretation.
Certainly if you accept the concept of semantic HTML - that the HTML code
should be solely used to describe the role of each part of the page,
rather than its appearance - table markup should only be applied in
situations where you have row and column relationships you want to compare
for the visitor.
Whether W3C makes this clear or not has been debated ad infinitum. Many
here, though, are proponents of semantic markup, and reserving all
presentational ideas to the CSS. Google for - "barry pearson" frames
group:comp.infosystems.
www.authoring.html - for a pro-table layout
perspective.