PDA

View Full Version : Adding border to panel


Reverend
08-09-2002, 10:57 PM
Can anyone tell me what i need to add to the code below to put a border around a panel. (see attached screenie).
Thanks

Code;

<!-- affiliates -->
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">

<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><smallfont
color="#FFFF77"><b>Affiliates</b></smallfont></td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" colspan="6">
<a href="http://www.qksrv.net/click-1171002-5032923" target="_blank" onmouseover="window.status='http://www.crucial.com/index.asp';return true;" onmouseout="window.status=' ';return true;"><font face="verdana,arial,helvetica" size="1" >Crucial RAM</font></a> •

<a href="http://www.msfn.org/" target="_blank"><font face="verdana,arial,helvetica" size="1" >MSFN</font></a> •
<a href="http://forums.nxsecure.com/" target="_blank"><font face="verdana,arial,helvetica" size="1" >NXSecure</font></a> •
<a href="http://www.msnwar.com/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >MSNwar</font></a> •
<a href="http://www.windowplanet.net/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >Window Planet</font></a> •
<a href="http://www.winxpfix.com/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >WinXpFix</font></a> •
<a href="http://www.anteonmedia.com/brad/newsdesk/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >Windows Newsdesk</font></a> •
<a href="http://www.datakill.com/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >Datakill.com</font></a> •
<a href="http://www.warp2search.net/sniper/Sniper.html"
target="_blank"><font face="verdana,arial,helvetica" size="1" >Sniper Tech</font></a> •
<a href="http://www.nvplanet.com/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >NVPlanet</font></a> •
<a href="http://www.osbetas.com/"
target="_blank"><font face="verdana,arial,helvetica" size="1" >OSbetas</font></a> •
</font>
</td></tr></table>
<!-- /affiliates -->

Reverend
08-10-2002, 09:08 AM
I worked it out.I forgot to add the {tablebordercolor) after border=0 :rolleyes: