Ver Mensaje Individual
  #6 (permalink)  
Antiguo 08/04/2007, 09:02
cmc
 
Fecha de Ingreso: febrero-2003
Ubicación: Capital
Mensajes: 1.317
Antigüedad: 21 años, 2 meses
Puntos: 1
Re: Un maldito espacio en blanco...

Me sumo a este problema aclarando que no soy un granconocedor de css pero me defiendo.

Tengo un html

Código HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin t&iacute;tulo</title>
<link href="estilos.css" rel="stylesheet" type="text/css" />
<!--[if IE]> <style>.opacityit img{margin: 0px 1px -2px 0;}</style> <![endif]-->
</head>

<body>
<table class="Tabla1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html> 
y una hoja de estilos

Código HTML:
.Tabla1 {
	background-color: #006666;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Tabla1 td {
	background-color: #99CC00;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
Como veran no solo sume esalinea ene lhead sino que tambien a ambos estilos le genere todos los amrgenes en cero, asi y todo me sigue mostrando el espacio entrelas celdas.

Como puedo evitarlo
__________________
Claudio Caldareri
diseñador Multimedial
www.disemedios.com.ar