15/12/2010, 07:25
|
| | Fecha de Ingreso: diciembre-2010 Ubicación: Bahía Blanca, Buenos Aires, Argentina
Mensajes: 40
Antigüedad: 14 años Puntos: 1 | |
Respuesta: Duda con frames Hola!
Espero te sirva este código :)
<frameset rows="50%,*" >
<frameset cols="50%,*" >
<frame name="" src="a.html" marginwidth="10" marginheight="10" scrolling="auto" >
<frame name="" src="b.html" marginwidth="10" marginheight="10" scrolling="auto" >
</frameset>
<frame name="" src="c.html" marginwidth="10" marginheight="10" scrolling="auto" >
</frameset>
Guada |