How do I link to a Background image?

intruth's picture

They have: 61 posts

Joined: Dec 2005

Please tell me how I can link to a background image for tables.

demonhale's picture

He has: 3,278 posts

Joined: May 2005

inside table tags inside you can use the standard image

Please specify, used in css, or your doing something else with the image?

02bunced's picture

He has: 412 posts

Joined: May 2005

image

would actually be

image Wink

That was a CSS moment demonhale Smiling

Renegade's picture

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>&nbsp;</td>
</tr>
</table>
'

demonhale's picture

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.