| View previous topic :: View next topic |
| Author |
Message |
Earl
Joined: 16 Nov 2005 Posts: 7
|
Posted: Wed Nov 16, 2005 11:21 pm Post subject: Background to a table |
|
|
| How can I add a background to a table or in a td, I've been searching around to find the commands but I cant find it anywhere. |
|
| Back to top |
|
 |
|
|
johneva 500+ Club

Joined: 29 Oct 2005 Posts: 561 Location: Stafford, England
|
Posted: Wed Nov 16, 2005 11:39 pm Post subject: Re: Background to a table |
|
|
Hi
Is this what you wanted?
<table border="0" cellspacing="5" cellpadding="5" background="image.jpeg">
for complete table or for a cell
<td background="image.jpeg"></td>
or
<td background="Images/image.jpeg"></td> if it is inside a folder. |
|
| Back to top |
|
 |
Earl
Joined: 16 Nov 2005 Posts: 7
|
Posted: Sat Nov 19, 2005 11:36 am Post subject: Re: Background to a table |
|
|
| okay, thanks you very much, I thought I tried that, I got into other more complicated ways. But this worked out great. |
|
| Back to top |
|
 |
|