Hello,
I have a question about using <table background="images/image.gif"> with HTML 4.01 Transitional. I ran my site through the W3C Validator and it says I can't use that in the document, and should probably use CSS. I know I could use the bg image anyways, but I want it to validate properly with no errors.
The problem is, how would I go about getting a bg image to cover an entire area usin CSS, instead of the parts that have content. Cause I tried using
#bg {
background-image:
url('../images/mbg.jpg');
}
<div id="bg"></div>
and all it would cover in BG as the areas with content in it instead the entire <td>
Could someone help me with this?
Thanks,
Justin.