Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2005, 16:03
Avatar de pzin
pzin
Moderata 😈
 
Fecha de Ingreso: julio-2002
Ubicación: Islas Canarias
Mensajes: 10.488
Antigüedad: 21 años, 8 meses
Puntos: 2114
Algo así había por las FAQs de CSS.
Es lo mismo que dice Alberto vk, pero sin usar marcos, sino capas (mas accesible y usable ).

Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Untitled</title>
</head>

<body>
<div style="border: 1px solid #aaa;background-color:#f9efef; height:65px; overflow:auto; color:#135;">

<p style="font:12px 'Lucida Console';">
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
</p>

</div> 


</body>
</html>