Aqui el codigo:
Código HTML:
<table width="78%" border ="2" cellpadding="0" cellspacing = "0" bordercolor="#FFFFFF" div align="center"> <tr> <td width="100%" height ="400" valign="top"></td> </tr> </table>
|
|
#1 (permalink) |
![]() Fecha de Ingreso: octubre-2007
Mensajes: 137
|
Solo se muestra en media tabla el color del borde
Aqui el codigo: Código HTML:
<table width="78%" border ="2" cellpadding="0" cellspacing = "0" bordercolor="#FFFFFF" div align="center"> <tr> <td width="100%" height ="400" valign="top"></td> </tr> </table> |
|
|
|
|
|
#2 (permalink) |
![]() Fecha de Ingreso: marzo-2007
Ubicación: En otro lugar que tú
Mensajes: 1.322
|
Re: Solo se muestra en media tabla el color del borde
¿Le quieres poner color blanco o el gris que sale en toda la tabla?
La primera opción: <table width="78%" border ="0" cellpadding="0" cellspacing = "0" align="center"> <tr> <td width="100%" height ="400" valign="top"></td> </tr> </table> Y la segunda: <table width="78%" border ="2" cellpadding="0" cellspacing = "0" align="center"> <tr> <td width="100%" height ="400" valign="top"></td> </tr> </table> Fíjate que te he quitado el 'div' que tenías al lado del align="center". |
|
|
|
![]() |
| Herramientas | |
| Desplegado | |
|
|