Studio64
07-01-2002, 09:19 PM
I've been diging through the webpage source but, I can find the lines that create the thin borders that outline the options (i.e. posts/ threads/ etc..)
It doesn't exactly seem to be border=1 bordercolor="#something"..
Anyone know?
Studio64
07-01-2002, 09:47 PM
But, but default tables don't have borders.....
These do :bawling:
I can't figure out how...
I'm under the assumption it might be a CSS class... But, I can't find that either.
The Prohacker
07-01-2002, 09:50 PM
<table border="0" cellspacing="0" cellpadding="0" width="150">
<tr>
<td bgcolor="#000000" >
<table width="150" border="0" cellspacing="1" cellpadding="3">
<tr>
<td valign="top" bgcolor="#779EC5"> <font color="#000000"><b>Stuff</b></font>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">Even more Stuff
</td>
</tr>
</table>
</td>
</tr>
</table>
And thats how :D
Studio64
07-02-2002, 12:44 AM
Gosh... I still don't see how that works.... but, it does :D...
I'm not gonna complain.. :)