Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2007, 13:10
Avatar de Raulmmmm
Raulmmmm
 
Fecha de Ingreso: marzo-2007
Ubicación: En otro lugar que tú
Mensajes: 1.549
Antigüedad: 17 años, 1 mes
Puntos: 36
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".