Hier der Code meiner Start-Seite:
<title>Start</title>
<meta name="description" content="Startseite">
<meta name="author" content="Wolfgang Wiesler">
<meta name="editor" content="html-editor phase 5">
</head>
<frameset rows="145px,*" cols="*" frameborder="0" border="0" framespacing="0">
<frame name="oben" src="oben.html">
<frameset cols="275px,*" frameborder="0" border="0" framespacing="0">
<frame name="links" src="links.html">
<frame name="main" src="main.html">
</frameset>
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>
Der Code des Link-Frames:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Links</title>
<style type="text/css">
  body, a {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
  }
  ul#Navigation {
    width: 13em;
    margin: 0; padding: 0.8em;
    border: 1px solid black;
    background-color: #CB8542;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 12em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0.2em;
    border: 3px solid gray;
    background-color: #eee;
  }
  ul#Navigation a {
    text-decoration: none; font-weight: bold;
    color: maroon; background-color: #000F;
  }
  ul#Navigation a:hover {
    color: white; background-color: gray;
  }
</style>
</head>
<body>
<ul id="Navigation">
    <li><a href="main.html">Home</a></li></a>
    <li><a href="europäische sumpfschildkröte.html">Europäische<br>Sumpfschildkröte</a></li>
    <li><a href="rotwangen.html">Rotwangenschildkröte</a></li>
    <li><a href="chinesische weich.html">Chinesische Weichschildkröte</a></li>
    <li><a href="moschus.html">Moschusschildkröte</a></li>
    <li><a href="breitrand.html">Breitrandschildkröte</a></li>
    <li><a href="vierzehen.html">Vierzehenschildkröte</a></li>
 <li><a href="panther.html">Pantherschildkröte</a></li>
    <li><a href="fotogalerie.html">Fotogalerie</a></li>
    <li><a href="link-seite.html">Links</a></li>
    <li><a href="impressum.html">Impressum</a></li>
    <li><a href="feedback.html">Feedback</a></li>
    <li><a href="http://199846.multiguestbook.com">Gästebuch</a></li>
<li><a href="nav_formatieren.htm">Webring</a></li>
    <li><a href="termine.html">Termine</a></li>
  </ul>
</body>
</html>