Dominik: 5 frames

Beitrag lesen

<html>
 <head>

</head>
 <frameset rows="20%,60%,20%" frameborder="0" framespacing="0" border="0">
  <frame name="headline" src="1.html" scrolling="no" marginwidth="0" noresize>

<frameset cols="20%,60%,20%" frameborder="0" framespacing="0" border="0">
   <frame name="links" src="2.html" scrolling="no" marginwidth="0" noresize>
   <frame name="main" src="3.html" scrolling="auto" marginwidth="0" noresize>
   <frame name="rechts" src="4.html" scrolling="no" marginwidth="0" noresize>
  </frameset>

<frame name="fußzeile" src="5.html" scrolling="no" marginwidth="0" noresize>
 </frameset>
</html>