Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/02/2006, 16:10
Avatar de Diosus
Diosus
 
Fecha de Ingreso: noviembre-2003
Ubicación: Lima
Mensajes: 112
Antigüedad: 20 años, 5 meses
Puntos: 1
De acuerdo

Bueno ahi va mi código, pues tal como me haz orientado solo sería un copy, pero ni así corre correctamente la página

<html>
<head>
<title>.:: Plaza IP ::.</title>
<meta HTTP-EQUIV="imagetoolbar" CONTENT="no"></meta>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {background-color: #8B8B8B; margin-top: 0px; margin-bottom: 0px;}
.Estilo1 {font-family: Tahoma, Arial, Verdana; color: #FFFFFF; font-weight: bold; font-size: 11px; font-style: normal;}
.Estilo2 {font-size: 10px; color: #A79E93; font-family: Tahoma, Arial, Verdana; font-weight: normal; }
.Estilo3 {font-family: Tahoma, Arial, Verdana; color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration: underline;}
.Estilo4 { font-family: Tahoma, Arial, Verdana;
color: #4a4540;
font-weight: bold;
font-size: 12px;
}
a:link {
text-decoration: none;
color: #4A4540;
}
a:hover {
text-decoration: underline;
color: #4A4540;
}
a:active {
color: #4A4540;
text-decoration: none;
}
a:visited {
color: #4A4540;
text-decoration: none;
}
-->
</style>
<script language="javascript">
<!--
function precargar() {
imgs = document.imagenes;
precargadas = true;
for (var i = 0, total = imgs.length; i < total; i ++)
precargadas = (precargadas && imgs[i].complete;
if (precargadas) document.body.style.visibility = "visible"
else setTimeout("precargar()", 100);
}

//-->
</script>

</head>
<body onLoad="precargar()" style="visibility: visible">

<table ....>...
.................... Ya no pongo todo el código sino sería marearte tambien
....................
</body>
</html>

La explicación que me das me suena un poco tecnico, algunas las comprendo pero otras. Gracias por la ayuda igualmente me sirve para orientarme