Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/06/2010, 18:21
Avatar de zutzu
zutzu
 
Fecha de Ingreso: mayo-2010
Ubicación: Lima
Mensajes: 44
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: borde de tabla demasiado ancho

algunos lo hacen así...

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento</title>
<style type="text/css">
table td{background:#FFF;}
table { background:#000;}
</style>
</head>

<body>
<table width="50%" cellspacing="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>