
June 4th, 2001, 04:00 PM
|
|
Junior Member
|
|
Join Date: May 2001
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
1px table border AND columns with no CSS
Ok I know how to get 1px table borders with no CSS with the code below:
<table cellpadding="1" cellspacing="0" border="0" bgcolor="#000000" width="300">
<tr>
<td width="300">
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" width="300">
<tr>
<td height="20"></td>
</tr>
</table>
</td>
</tr>
</table>
but how do you get the column DIVIDER to be 1px? Like if I insert a new column... the divider that splits the table in half that to be 1px wide... with no CSS of course anybody know?
|