Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/10/2006, 21:13
Avatar de fer10
fer10
 
Fecha de Ingreso: octubre-2005
Ubicación: Guadalajara - Mexico
Mensajes: 905
Antigüedad: 18 años, 6 meses
Puntos: 4
usa css .........

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">

<head>
<title>Untitled</title>
<style>
.tabla, .tabla td{
width:200px;
border:2px solid #FF9900;
border-collapse:collapse;
}
</style>
</head>

<body>
<table class="tabla">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</body>
</html>
los atributos que utlisas, ya no se usan en xhtml strict
__________________
Saludos
FT.
www.fernando.com.mx

Última edición por fer10; 15/10/2006 a las 21:21 Razón: colocar ejemplo