Hier mein Ausschnitt meines Quelltextes:
- Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test</title>
<style type="text/css">
h2 {
line-height: 0px;
text-indent: 0px;
font-size: 24px;
}
.willk_links {
float: left;
clear: left;
}
a:link.willk_link, a:visited.willk_link {
color: #000;
text-decoration: none;
}
a:hover.willk_link {
color: #000;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="willk_links"><h2>Neues:</h2>
<a class="willk_link" href="http://localhost/?seite=neues">
Beta Statium eröffnet - Samstag, 22. August 2009
<br />Es hat zwar lange gedauert, aber jetzt ist meine Seite im Beta Stadium!
</div>
</body>
</html>
Ich weiß nicht wie ich das umsetzten könnte?
thx

