yup forgot the quotes should be on there, I was thinking css... thanks for correcting 02bunced... also for the xhtml validity closing there...
lets wait for intruths details...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
demonhale posted this at 04:56 — 17th January 2006.
He has: 3,278 posts
Joined: May 2005
inside table tags inside you can use the standard
Please specify, used in css, or your doing something else with the image?
02bunced posted this at 07:25 — 17th January 2006.
He has: 412 posts
Joined: May 2005
would actually be
That was a CSS moment demonhale
Renegade posted this at 07:27 — 17th January 2006.
He has: 3,022 posts
Joined: Oct 2002
Try using CSS:
#table-background {
background-image:url(./image/image.gif);
<table id="table-background">
<tr>
<td> </td>
</tr>
</table>
demonhale posted this at 11:22 — 17th January 2006.
He has: 3,278 posts
Joined: May 2005
yup forgot the quotes should be on there, I was thinking css... thanks for correcting 02bunced... also for the xhtml validity closing there...
lets wait for intruths details...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.