Page is a not externally linkable
- WebmasterWorld
-- New To Web Development
---- Frames and Tables


David_Becker - 4:05 am on Nov 19, 2005 (gmt 0)


I use both tables and css on my site, and have validated at priority 3 WAI-AAA with W3C. The trick is identifying each table with a summary within the code...

table summary="table for listing my favorite things".

This allows the readers for the blind and disabled to identify what the table's purpose is. When css is used on site, a few tables dress things up in a formal website, and do not clutter the "readers" with a bunch of messy code.

With blocks of text, the <blockquote></blockquote> tag will separate your differet points, without need of <br>. Using <br> is always allowable, but I think <blockquote>makes code cleaner when you can use it.


Thread source:: http://www.webmasterworld.com/new_web_development/2564.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com