Im creating a scoreboard for our school were kids do an excersise and then input their name school gender and score
the table will be displayed descending by the score so the high score is top and so on.
here is the board im working on, you can only enter your name at the moment and this is working
http://www.igloo-design.org/php/example/exampleinfo.php
what I would like to know or get advice on is how to add css styles to the table dependant on what score they get.
so if they get a high score they would have a yellow table indicating a gold position.
if they recieve a good score they would have a silver or grey colur in the table.
hope this makes sense
can I just use php html and css or would I need to use javascript and or ajax
cheers