Forum Moderators: not2easy
<TABLE ALIGN=CENTER BORDER=3 CELLSPACING=0 CELLPADDING=0 WIDTH="99%" CLASS="SECOND">
<TR>
<TD ALIGN=CENTER>
<a href="http://www.mysite.com/1">TD 1</a>
</TD>
<TD ALIGN=CENTER>
<a href="http://www.mysite.com/2">TD 2</a>
</TD>
<TD ALIGN=CENTER>
<a href="http://www.mysite.com">TD 3</a>
</TD>
</TR>
</TABLE>
In my external css I have this table class
.second { background: #cccccc;
spacing: 0px;
padding: 0px;
border: 5px #000000;
}
When I remove all the orignal table commands on my page the table looks like, well, not a table. Basically a tble with no borders or even seperate cells.
Help?