If you want to change the way it looks you'll need to use CSS.
If you want an easy way to change the data in the table, or for it to update automatically you'll need to learn/use ASP/PHP or another server-side programming language.
Have fun... if you have other questions, ask away.
Last edited by AoR Zeta; 01-13-2008 at 04:07 PM..
Reason: This was meant to be an edit to my previous post. Whoops...
Hi AoR Zeta, big thanks for the rapid reply but is there a way to construct the league table using CSS and without using HTML tables?. Thanks
What’s the point? You are using the term table to refer to a table so why don’t you want to use a table then when it’s perfectly made for that purpose (after all, that’s why it’s called table, isn’t it?) and the only correct thing to use semantically?
It is possible to do it without using tables, but tables aren't all bad despite what you have read. They shouldn't be used for layout, but this isn't layout it's tabular data. Tables are designed for tabular data hence it's ok to use tables for this.