I am building a mobile site using jquery mobile. I have a table inserted but need each column to be a diffrent colour. By default each consecutive row is a different colour. Can anyone help or point me in the right direction?
I was going to paraphrase what the answer in this thread suggested, but that guy explained it well enough.
Perhaps give that a try?
It's just a matter of setting up setting up CSS classes with the colours you want to use, and then assigning those classes to the specific <td> tags, but on every row.