Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/08/2002, 04:09
Avatar de Jokin
Jokin
 
Fecha de Ingreso: enero-2002
Mensajes: 725
Antigüedad: 22 años, 3 meses
Puntos: 1
Grosor de tablas, no me hace caso

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 :)