23.12.2006, 21:06
Hi,
das müsste so aussehen (Maße musste selbst noch etwas anpassen)
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Homepage</title>
</head>
<!-- frames -->
<frameset cols="19%,62%,*" border="0">
<frame name="left" src="left.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frameset rows="21%,62%,*">
<frame name="top" src="top.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="content" src="content.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="bottom" src="bottom.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
<frame name="right" src="right.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
</html>[/HTML]
Cu Helmut
das müsste so aussehen (Maße musste selbst noch etwas anpassen)
[HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Homepage</title>
</head>
<!-- frames -->
<frameset cols="19%,62%,*" border="0">
<frame name="left" src="left.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frameset rows="21%,62%,*">
<frame name="top" src="top.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="content" src="content.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="bottom" src="bottom.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
<frame name="right" src="right.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
</html>[/HTML]
Cu Helmut