mkrausnick
Programmer
I'm trying to bring my web site into compliance with W3C standards (just HTML 4.01 transitional for now) and I'm doing pretty well except I ran into this problem:
won't validate because according to the validator the BACKGROUND attribute is not valid HTML 4.01 transitional for TD. I have a link within the cell that sits on top of the image. It just isn't as cool without the image under the link. How can I do this?
The page is if you want to see what I'm doing.
Mike Krausnick
Dublin, California
Code:
<td width="76" height="104" align="center" valign="bottom" style="border-style: ridge" background="/images/bulletin.gif">...
The page is if you want to see what I'm doing.
Mike Krausnick
Dublin, California