Forum Moderators: open
Problem is I have always avoided tables for layout. I've been accustomed to using CSS as much as possible. But I have the impression that tables would be best for financials.
Now impatiently looking to get some knowledge of how to use tables I find a ragged kind of situation where something that should work according to the book doesn't work in the browsers.
Question 1: Are tables best for financial presentations on the web?
Question 2: If the answer to 1 is yes what is the best way to get proficient with tables fast? (if any).
As for getting good at tables then I'd recommend googling 'accessible tables'. There's lots of features in [X]HTML to help you out, but the basics are just to make sure you've got properly marked up headers ( <th>, <thead> ) and to use a <caption> or summary attribute. Of course, reply back if you want any more specific help.
[edited by: Robin_reala at 4:28 pm (utc) on Feb. 16, 2007]
You might find this guide useful: