PDA

View Full Version : Border like forum border


TheLink
08-06-2002, 06:24 AM
Look at the picture and you see the bottom. I want my timezone to be bordered like my forum border is. I tried to just put border=1 but its thicker.. I'll put my timezone/login code up to see if anyone knows how to make this adjustment.

TheLink
08-06-2002, 06:26 AM
<table cellpadding="0"
cellspacing="0" border="0" bgcolor="#FFFFFF"
width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"
width="100%">
<tr>
<td><smallfont>All times are GMT$timediff. The time now
is $timenow.</smallfont></td>
</tr>
</table>
</td></tr></table>

SaintDog
08-06-2002, 06:28 AM
Replace the above with:

<table cellpadding="0"
cellspacing="0" border="0" bgcolor="#FFFFFF"
width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"
width="100%">
<tr>
<td style="border: 1px solid #000000;"><smallfont>All times are GMT$timediff. The time now
is $timenow.</smallfont></td>
</tr>
</table>
</td></tr></table>