PDA

View Full Version : help for forumhome template.


Aaron RV
07-15-2002, 08:27 PM
Help!

How to add background image for this template:

Template name: forumhome

<!-- main -->
.
.
.
<td bgcolor="{tableheadbgcolor}"><smallfont>&nbsp;</smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Ultimo Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderatore</b></smallfont></td>
</tr>
.
.
<!-- /main -->

Thank's.

Martin CX
07-15-2002, 08:54 PM
Just for that row? Put style="background-image: url("background.gif")" inside the brackets of the <tr> tag. (background.gif, of course, being the URL of the image you want)

SaintDog
07-16-2002, 06:16 AM
Add the below to each of your <td> tags:

background="{ imagesfolder }/yourimage.gif"

(without the spaces)

Regards,

- SaintDog

Aaron RV
07-16-2002, 10:38 AM
Perfect.
Thank you.

:cool: