Wer kann mir helfen?
Gruß.

							
						
 Important: alt bei <img> ist immer erforderlich · Strings richtig trennen/verbinden · Kiddie-Code hat keine Chance[/color]
<html><head><style type="text/css">
  body {
     font-family: Arial, sans-serif;
     font-size: small;
  }
  .box {
    border: 1px solid blue;
    margin: 0; padding:0;
    color: black;
    background-color:white;
  }
  .box h2 {
    background-color: blue;
    color: white;
    margin:0; padding: 2px;
  }</style>
</head>
<body>
   <div class='box'><h2>Auf dieser Seite</h2>
     <ul>
       <li><a href="#">Adressen</a></li>
       <li><a href="#">Materialien von terre des hommes</a></li>
       <li><a href="#">Bücher</a></li>
       <li><a href="#">Weitere Materialien</a></li>
       <li><a href="#">Links</a></li>
     </ul>
   </div>
</body></html> 
Kommentar