How do I set a table background to be XHTML valid??
I did this but it is not showing the image.
Add this to the CSS
And then change it to this:
Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<A href="http://www.mysite.com/images/header.gif">[/CODE">http://www.mysite.com/images/header.gif">
Add this to the CSS
Code:
.hdr { background: url(http://www.mysite.com/images/header.gif; }
Code:
<table class="hdr" width="100%" border="0" cellpadding="0" cellspacing="0">
Comment