View Full Version : header and TABLES?!!


glitzzbebe
01-22-2003, 10:38 PM
Ok im having a really hard time trying to put a banner inside a table...how do i do that?!! is there a code that will allow me to add the banner in the table? i bet this is really easy...LOL. I'm just not the best person at this kind of stuff...

Alcy
01-22-2003, 11:00 PM
<table>

<tr>
<td>
<img src="bannername.gif">
</td>
</tr>

</table>

Something like that, lol.

lilchici13
01-25-2003, 04:03 PM
or you could add background="yourimgname.gif" to your td code