![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/02/2003, 06:16
|
![Avatar de obi-alf](http://static.forosdelweb.com/customavatars/avatar30435_1.gif) | | | Fecha de Ingreso: febrero-2003 Ubicación: Madrid
Mensajes: 119
Antigüedad: 22 años Puntos: 0 | |
Te paso unas plntillas que espero que te sirvan. Solo tendrás que cambiar los nombres de las páginas y los tamaños de los marcos
Un saludo
Caso 1:
**************************
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
**************************
* *
**************************
<html>
<head>
<title>.: Sin título :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="440,*" frameborder="NO" border="0" framespacing="0">
<frameset cols="*,770,*" rows="*">
<frame src="pag_blank.html">
<frame name="contenido" scrolling="NO" src="contenido.html">
<frame src="pag_blank.html">
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="pag_blank.html">
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Caso 2:
**************************
* *
**************************
* * * *
* * * *
* * * *
* * * *
* * * *
* * * *
**************************
<html>
<head>
<title>.: Sin título :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="24,*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="pag_blank.html">
<frameset cols="*,586,*" rows="*">
<frame src="pag_blank.html">
<frame name="contenido" scrolling="NO" src="contenido.html">
<frame src="pag_blank.html">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Caso 3:
**************************
* *
**************************
* * * *
* * * *
* * * *
* * * *
**************************
* *
**************************
<html>
<head>
<title>.: Sin título :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="24,*,50" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="pag_blank.html">
<frameset cols="*,586,*" rows="*">
<frame src="pag_blank.html">
<frame name="contenido" scrolling="NO" src="contenido.html">
<frame src="pag_blank.html">
</frameset>
<frame name="bottomFrame" scrolling="NO" noresize src="pag_blank.html">
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html> |