PDA

View Full Version : Help with Templates and Tables


pgowder
05-01-2002, 12:29 PM
I'm trying to add graphics to the tops of the vb tables. I have it working on Who's Online and my Welcome box.

I just can't figure out how all those templates are working together. I've tried splitting things up every way I can imagine but when I test it, it just keeps blowing up the forums page. The forum tables should appear in the middle row where the &nbsp is...


Here is the code I'm using:


<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td background="images/topbg.gif" width="20">
<div align="left"><img src="images/topleft.gif" border="0" width="20" height="20"></div>
</td>
<td background="images/topbg.gif" width="100%" valign="bottom"><normalfont color="#FFF788"><b>Welcome</b></normalfont></td>
<td background="images/topbg.gif" width="20">
<div align="right"><img src="images/topright.gif" border="0" width="20" height="20"></div>
</td>
</tr>
<tr>
<td colspan="3">&nbsp; </td>
</tr>
<tr>
<td background="images/bottombg.gif" width="20">
<div align="left"><img src="images/bottomleft.gif" border="0" width="20" height="20"></div>
</td>
<td background="images/bottombg.gif" width="100%">&nbsp;</td>
<td background="images/bottombg.gif" width="20">
<div align="right"><img src="images/bottomright.gif" border="0" width="20" height="20"></div>
</td>
</tr>
</table>

pgowder
05-07-2002, 05:31 PM
Can anyone help??

Atian
05-13-2002, 07:14 PM
i see no reason why it shounlt work,i tried on my board and it worked,so i see no problem.....maybe its the server or something...