Ich hoffe das ist es wie du es haben willst:
Code:
<
html>
<head>
<title>???</title>
<style type="text/css">
body {
background-color:
rgb(0,0,0);
text-align: center;
}
a {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: white;
}
</style>
</head>
<body>
[
url="???.html"]???[/
url]
|
[
url="???.html"]???[/
url]
|
[
url="???.html"]???[/
url]
|
[
url="???.html"]???[/
url]
|
</body>
</
html>
Das ganze könnte man jetzt natürlich auch extern CSS auslagern, wenn du das möchtest.