Hartmut: Frameset (grösseres) zum Zweiten!

Beitrag lesen

Hi Martina,

oder so:

<html>
<head>
<title>Frameset-Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="*,14%" cols="*">            1->2
  <frameset cols="85%,*" rows="*">          2->3
    <frameset rows="14%,*" cols="*">        3->4
    <!-- 12:74 = 14%:86% -->
      <frame src="oben.htm">
      <frame src="mitte.htm">
    </frameset>
    <frame src="rechts.htm">
  </frameset>
  <frame src="unten.htm">
</frameset>
<noframes><body>

</body></noframes>
</html>

und so baut man das auf (Zahlen siehe oben):

1111111111    2222222222    3333333333    44444444**
1        1    2        2    3      3 3    4      4 *
1        1    2        2    3      3 3    44444444 *
1        1 -> 2        2 -> 3      3 3 -> 4      4 *
1        1    2        2    3      3 3    4      4 *
1        1    2222222222    3333333333    44444444**
1        1    2        2    *        *    *        *
1111111111    2222222222    **********    **********

ich hoffe Du verstehst das System auch noch.

Bis demnächst

Hartmut Schöpke