Sure, here is the code for one of my tables, where I get white borders:
PHP Code:<TABLE id="Table2" cellSpacing="2" cellPadding="3" width="358" border="0" style="WIDTH: 358px; HEIGHT: 191px">
<TR>
<TD bgColor="#4a518c">
<P align="center"><FONT face="Verdana" color="#efefff" size="2"><STRONG>Logga in på
RapportPortalen</STRONG></FONT></P>
</TD>
</TR>
<TR>
<TD bgColor="#f7f3f7"></TD>
</TR>
<TR>
<TD align="left" bgColor="#f7f3f7">
<TABLE id="Table3" cellSpacing="2" cellPadding="2" width="300" border="0">
<TR>
<TD><FONT face="Verdana" size="2"><STRONG>Användarnamn:</STRONG></FONT></TD>
<TD>
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></TD>
</TR>
<TR>
<TD><FONT face="Verdana" size="2"><STRONG>Lösenord:</STRONG></FONT></TD>
<TD>
<asp:TextBox id="TextBox2" runat="server" TextMode="Password"></asp:TextBox></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgColor="#f7f3f7" align="middle">
<asp:Button id="Button1" runat="server" Text="Logga in"></asp:Button></TD>
</TR>
<TR>
<TD bgColor="#f7f3f7"><FONT face="Verdana" size="1"><STRONG>Du måste ha ett konto innan du
kan logga in</STRONG></FONT></TD>
</TR>
</TABLE>




Reply With Quote