S
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
...
<frameset cols="240,*" border=0 frameborder=0 framespacing=0>
<frameset rows="130,*" border=0 frameborder=0 framespacing=0>
<frame src="uppercorner.html" name="eckeoben" noresize scrolling="no" marginheight="0" marginwidth="0">
<frame src="nav.html" name="navleiste" noresize scrolling="no" marginheight="0" marginwidth="0">
<noframes>
Diese Seite benötigt Frames, um korrekt angezeigt zu werden.
</noframes>
</frameset>
<frameset rows="130,*" border=0 frameborder=0 framespacing=0>
<frame src="logo.html" name="logo" noresize scrolling=no marginheight="0" marginwidth="0">
<frameset rows="*,70" border=0 frameborder=0 framespacing=0>
<frame src="inhalt.php?pfad=home/home.php" name="inhalt" noresize scrolling="auto" marginheight="0" marginwidth="0">
<frame src="fussleiste.html" name="fussleiste" noresize scrolling=no marginwidth="0" marginheight="0">
</frameset>
</frameset>
</frameset>
</html>
Das ist jetzt ein einfaches Grundgerüst aus 4 Frames ... mit einigen Zusätzen (von einer meiner WebSeiten)
für 2 Frames links und rechts müsste dass dann so aussehen:
<frameset cols="200,*">
<frame src="eins.html" name="links">
<frame src="zwei.html" name="rechts">
<noframes>
Diese Seite benötigt Frames, um korrekt angezeigt zu werden.
</noframes>
</frameset>