Saludos,
Tengo un problema de compatibilidad. ¿Porqué un código tan sencillo como este se ve distinto en Internet Explorer a como se ve en Firefox???
Parece que internet explorer deja más espacio entre la lista, como puedo conseguir que se vea exactamente igual en ambos navegadores??
GRacias
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="200" border="1" cellpadding="0" cellspacing="20" bgcolor="#99FF00">
<tr>
<td><ul class="lista">
sfsdfsdfsfsfsdfsf<br>
dgddgdgdgfd<br>
dfgdgdgf
</ul></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td align="left" valign="top" nowrap><ul class="lista">
<li> sfsdfsdfsfsfsdfsf<br>
dgddgdgdgfd<br>
dfgdgdgf
</li>
</ul></td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>