Hi Jad That really looks like table data to me & so I think its best to keep it in tables. Tables are not evil in and of themselves, in fact they are very useful in cases like yours. Its just when they are abused that the problems start.
If I was to improve on that code, i'd start by moving all the presentational stuff out to a style sheet (<font> tags, width & height attributes). I'd also try to use some of the more semantic table related tags & attributes like caption, thead, tfoot, th and so one. See http://www.w3.org/TR/WCAG10-HTML-TECHS/#tables and http://webstandardsgroup.org/resources/documents/doc_6_accesstable.html (view source on this one) for details. Cheers Mark --------------------- Mark Stanton Technical Director Gruden Pty Ltd Tel: +61 2 9299 9462 Fax: +61 2 9299 9463 Mob: +61 410 458 201 http://www.gruden.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
