also...
erstell ma ne neue index.html und füge in die folgenden code ein;
[HTML]<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Titel der Seite</title>
</head>
<frameset cols="120,*" frameborder="no" border="0" framespacing="0">
<frame src="navi.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" />
<frame src="content.html" name="mainFrame" id="mainFrame" />
</frameset>
<noframes><body>
</body></noframes>
</html>
[/HTML]
das menu nennst du navi.html und den inhalt nennst du content.html.
|