Waddu: Frames / Frameset

Beitrag lesen

Hallo, probiers doch mal damit:

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

<frameset rows="60%,40%" frameborder="NO" border="0" framespacing="0">
  <frameset cols="20%,60%,20%">
    <frame src="left1.htm">
    <frame src="main1.htm" name="mainFrame">
    <frame src="right1.htm">
  </frameset>
  <frame src="botton1.htm"></frameset>
</frameset>
<noframes>
  <body></body>
</noframes>
</html>

Du kannst es aber auch mit einem i-Frame versuchen, das ginge auch

MfG
Waddu