Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/10/2005, 13:49
Avatar de programeitor
programeitor
 
Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 19 años, 2 meses
Puntos: 9
<!DOCTYPE HTML PUBLIC>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>
pagina horizontal
</title><style>
html{overflow-y:hidden;}
body{margin:0 auto;width:1000px;}
div{width:200px;float:left;}
</style></head><body>
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
<div>test</div>
</body></html>
<!-- programeitor 2005, [email protected] -->