Saludos:
Me estoy devanando los sesos y no se por qué en esta tabla me sale un borde de la misma de 2 pixel , cuando yo sólo quiero que sea de uno. Sabe alguien cómo hacer el borde de un solo pixel?
(este es el código sin el contenido)
<table border="1" cellspacing="0" width="500" bordercolor="<%=strDefaultFontColor%>&q uot; cellpadding="0">
<tr>
<td bgcolor="<% =strCategoryCellColor %>" width="400"></td>
<td bgcolor="<% =strCategoryCellColor %>" width="100"><font face="<%= strDefaultFontFace %>" size="1" color="#FFFFFF"></td>
</tr>
<tr>
<td colspan="2" bgcolor="<%= strForumCellColor %>"><font size="1" Face="<%= strDefaultFontFace %>"></td>
</tr>
<tr>
<td colspan="2" bgcolor="<%= strForumCellColor %>"></td>
</tr>
</table>
Gracias por el interés
Un saludo :)