Forum Moderators: open
<table width="750" background="/images/back.gif">
that's the one background i have... the page has a top image, a bottom image, and this middle image that repeats if there is content, when there is no comment it stops and prints the bottom image.
Problem is.. it works (on all browsers I think) but the validator at WC3 is telling me that it's not a correct attribute... Now... i've looked around but couldn't find anyone who knew this answer:
What is the correct attribute?
If you know then you are a god... Thank you for your time.
<table width="750" style="background: url("/images/back.gif")">
that doesn't work... it's not showing the image at all...
and I can't use the TD tag because the image is spread across all 3 td's i have setup.
it's table, td, td, td, end.
but nothing seems to work... I dind't try out external CSS but it'll be about the same anyhow.