View Full Version : how do you add a bg to a certain part of the table


rxylindz04
10-29-2003, 08:05 PM
I am making a table for the front of my site.

each kind of segment has a diffrent bg. So i was wondering how would i do that.

would i put it in the <td> </td> tags???someone help please

Alcy
10-30-2003, 02:07 AM
Yup, you can add a background table cells. It's done exactly the same way you'd do it with a table ^_^

<table>
<tr>
<td background="BG.GIF"> </td>
</tr>
</table>