08/05/2010, 11:29
|
| | Fecha de Ingreso: julio-2007
Mensajes: 75
Antigüedad: 17 años, 4 meses Puntos: 0 | |
Porque no se visualiza en Explorer??? Hola a tod@s, llevo varios días dando vueltas a un código que no me lo visualiza en explorer y en cambio en firefox se ve correctamente. Os pongo el código a ver si encontráis el error, gracias.
La parte que no se visualiza correctamente la he puesto en negrita, sé que el código no es gran cosa y es un poco chapuzas, sorry......
<!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>Oficina Virtual</title>
<style type="text/css">
<!--
body {
background-image: url(fondo.jpg);
}
-->
</style>
<link href="css/tnfestilos.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0">
<tr>
<td width="12%" height="110"><table width="200%" height="115" border="0" align="left">
<tr>
<td width="56%" height="51"><a href="http://webmail.alojamiento.lycos.es/login/"><img src="email.png" width="49" height="49" border="0" /></a></td>
<td width="44%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table></td>
<td width="68%"><div align="center"><img src="negociofa.png" width="307" height="193" /></div></td>
<td width="20%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><div align="center"><img src="trabaja.png" width="439" height="59" /></div></td>
<td> </td>
</tr>
<tr>
<td height="426"> </td>
<td><table width="200%" border="0">
<tr>
<td width="28%"> </td>
<td width="28%"> </td>
<td width="38%"> </td>
<td width="34%"> </td>
</tr>
<tr>
<td colspan="4"><form id="form1" name="form1" method="post" action="usuarios.php">
<label>
<div align="center"><strong>Inserte Código: </strong>
<input name="nick" id="nick" type="password" value="" />
<input type="submit" class="botonenv" value="Entrar" />
</div>
</label>
</form></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
<td><table width="200%" height="300" border="0">
<tr>
<td width="60%" height="135"> </td>
<td width="40%"> </td>
</tr>
<tr>
<td height="136"> </td>
<td> </td>
</tr>
<tr>
<td height="21"> </td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Gracias y un saludo |