Yvonne: Frames

Beitrag lesen

Frameset!!

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="*" cols="136,*" frameborder="NO" border="0" framespacing="0">
  <frame name="leftFrame" scrolling="NO" noresize src="Nav_Logo2.html">
  <frameset rows="111,*" frameborder="NO" border="0" framespacing="0" cols="*">
    <frame name="topFrame" noresize scrolling="NO" src="StartFrame.html">
    <frame name="mainFrame" noresize scrolling="NO" src="Main.html">
  </frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

das ist jetzt z.B. mein StartFrame!!

<html>
<head>
<title>Top</title>

</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#003366">
<table width="750" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#003366" colspan="2" align="right" valign="top" height="5">
  </tr>
  <tr>
    <td width="1" align="right"valign="top" bgcolor="#C7D2DD" height="87"></td>
    <td width="749" valign="top" rowspan="2" align="right" bgcolor="#C7D2DD"><img src="Startbild.jpg" width="292" height="89"></td>
  </tr>
  <tr>
    <td height="2" valign="top" bgcolor="#C7D2DD" width="1"></td>
  </tr>
  <tr>
    <td bgcolor="#6699CC" colspan="2" align="left" valign="top" height="18" width="134">
    </td>
  </tr>
</table>
</html>

ich hoffe das reicht!