[HTML] Hintergrund im Menü ist weiß

Angy
Hey Ho!
Der Hintergrund im Menü ist bei meinem Turnierstall weiß - wie krieg ich das weg?

Hier der Menücode:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menu</title>


<style type="text/css">
h1 {
font-family: Verdana;
font-weight: bold;
font-size: 10px;
border-bottom:1px #FFFFFF dotted;
}
a:link {color: #E2A447; text-decoration: none;}
a:visited {color: #E2A447; text-decoration: none;}
a:active {color: #E2A447; text-decoration: none;}
a:hover {color: #E2A447; text-decoration: underline;}
</style>
</head>
<body>

<center>
<h1 style="color: rgb(255, 165, 0);">Allgemeines</h1>

<small><a style="color: rgb(255, 165, 0);" href="home.html" target="main">Home</a><br style="color: rgb(255, 165, 0);">

<a style="color: rgb(255, 165, 0);" href="impressum.html" target="main">Impressum</a><br style="color: rgb(255, 165, 0);">

<a style="color: rgb(255, 165, 0);" href="bildnachweis.html" target="main">Bildnachweis</a></small>
<br style="color: rgb(255, 165, 0);">

<br style="color: rgb(255, 165, 0);">

<br style="color: rgb(255, 165, 0);">

<h1 style="color: rgb(255, 165, 0);">Anmeldung</h1>

<small><a style="color: rgb(255, 165, 0);" href="regeln.html" target="main">Regeln</a><br style="color: rgb(255, 165, 0);">

<a style="color: rgb(255, 165, 0);" href="nennen.html" target="main">Nennen</a><br style="color: rgb(255, 165, 0);">

</small>
<br style="color: rgb(255, 165, 0);">

<br style="color: rgb(255, 165, 0);">

<h1 style="color: rgb(255, 165, 0);">Turniere</h1>

<small><a style="color: rgb(255, 165, 0);" href="ausschreibungen.html" target="main">Ausschreibungen</a><br style="color: rgb(255, 165, 0);">

<a style="color: rgb(255, 165, 0);" href="preise.html" target="main">Preise</a><br style="color: rgb(255, 165, 0);">

</small>
<br>

<br>

</center>

</body>
</html>
Julia712
Hey!

Du kannst einfach im body-Tag die Hintergrundfarbe angeben.

zB:
code:
1:
<body bgcolor=#FF0000">



Wenn du die Hintergrundfarbe einfach komplett raushaben möchtest, musst du das im Design-Code ändern. Schreib' mich dazu dann einfach nochmal per PN an und schick mir den Code nochmal mit Augenzwinkern

Lg, Julia
Angy
hey danke, hab´s hinbekommen!