Hi Andreas,
ich hoffe das ist das richtige:
<html>
<head>
<title></title>
<style type="text/css">
a div {width: 160px;
border: 1px solid balck;
text-align: center;
font: 11pt Arial;
padding: 5px;
}
a {text-decoration: none;
color: black;
}
a:hover {background-color: yellow;
}
</style>
</head>
<body>
<a href="#"><div>Hallo</div></a><br>
<a href="#"><div>Hallo</div></a><br>
<a href="#"><div>Hallo</div></a>
</body>
</html>
mfg Bernd