This is either the wrong forum/belongs in a sticky, or this will fly over everyone's heads. I know it flies right over mine. I'm having an issue with regards to my table background images being W3C XHTML 1.0 compliant. Apparently,
is non-compliant.
Here's where the error is;
And this is the error message for the validation (BTW, don't mind the site it's sort of intentionally generic, I seriously hate using the three column layout and I'm actually about to abandon this layout but now this td background issue is bothering me). Also, as you can see, I use the background attribute multiple times, so if it requires CSS which I've never really done before, I have a feeling I will get confused.
Any assistance is appreciated, and sorry if it's the wrong forum or if this belongs in a sticky. :E
Code:
<td background="/image.png">
Here's where the error is;
Code:
<td
style="text-align: right; width: 99px; height: 13px;"
colspan="4"
background="http://img61.imageshack.us/img61/3383/stick3gw.png">
And this is the error message for the validation (BTW, don't mind the site it's sort of intentionally generic, I seriously hate using the three column layout and I'm actually about to abandon this layout but now this td background issue is bothering me). Also, as you can see, I use the background attribute multiple times, so if it requires CSS which I've never really done before, I have a feeling I will get confused.
Any assistance is appreciated, and sorry if it's the wrong forum or if this belongs in a sticky. :E