Markus: Seltsamer Fehler

Beitrag lesen

Ich habs jetzt einfach so gelöst :
Ohne Tabellen und HTML gültig (glaube ich)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <style type="text/css">
 <!--
 body {
  margin : 0px;
 }

div {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  font-family: Verdana;
  font-size: 10px;
  font-style: normal;
  font-weight : bold;
  color: #666666;
 }

div a {
  display: block;
  padding:5px;
  background-color: #FFFFFF;
 }

div a:link, a:visited {
  color: #666666;
  background-color: #FFFFFF;
  text-decoration: none;
 }

div a:hover {
  background-color: #D9D9D9;
  text-decoration: none;
 }

-->
 </style>
</head>
<body>
 <div><img src="gfx/gui.jpg"></div>
 <div><a href="FieldViewer" target="content">Schema Felder</a></div>
 <div><a href="">Punkt1</a></div>
 <div><a href="">Punkt1</a></div>
 <div><img src="gfx/andere.jpg"></div>
 <div><a href="">Punkt1</a></div>
 <div><a href="">Punkt1</a></div>
</body>
</html>