I am trying to find a way of applying two styles to a table cell.
I can do this like so <td class=SiteText id=Shopping> then add a style such as td#shopping to my style sheet.
Very useful, when you want to apply different styles to the contents of each cell.
Problem is,.... id needs to be unique for my code to validate. So I cna only do this once on a page.
Any other way I can do this?
Dan
I can do this like so <td class=SiteText id=Shopping> then add a style such as td#shopping to my style sheet.
Very useful, when you want to apply different styles to the contents of each cell.
Problem is,.... id needs to be unique for my code to validate. So I cna only do this once on a page.
Any other way I can do this?
Dan