2011-01-07, 02:37 AM
(2011-01-07, 01:17 AM)Janota Wrote: Find this class in global css
.thead { ..... ..... }
Copy it and paste it directly below, change the class name to something like:
.thead_red { ..... ..... }
In your new class (.thead_red) change the background image to your new image.
Now all you need to do change :
<td class="thead" ......
To:
<td class="thead_red" ....
So close now!!!! Thanks!!!!
The only thing to work out now is how to change the linked words to white, they automatically go blue
Also perhaps to find out what code makes the frame outline
Thanks people