You're a better man than I am Lee, I've been looking at this thread for a while now and still can't find the right bit of code.
The td styling is controlled by an inline "style=" element, which must make editing this site a real nightmare.
You need to make this:
The td styling is controlled by an inline "style=" element, which must make editing this site a real nightmare.
Code:
style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(0, 0, 0) rgb(0, 0, 0) -moz-use-text-color; border-width: 0pt 1px 1px 0pt;"
Code:
style="border-style: none solid solid none; border-color: -moz-use-text-color rgb(0, 0, 0) rgb(0, 0, 0) -moz-use-text-color; border-width: 0pt 1px 1px 0pt; background-color:#FFFFFF"
Comment