dennis: Hintergrund will sich nicht darstellen

Beitrag lesen

<!-- Alle Stylesheets für die Seite -->
 <style type="text/css">

body {
     font-size: medium;
     text-align: justify;
     color: #00B0B0;
     background-color: #000040;

scrollbar-base-color:#D80000;
     scrollbar-highlight-color:#000040;
     scrollbar-track-color:000040;
     scrollbar-arrow-color:aqua;
     scrollbar-3dlight-color:grey;
     background-attachment:fixed;
     margin-left:100px;
     margin-top:20px;
     margin-right:20px;
     margin-bottom:20px;
}

p
 {
   font-family: Arial Black;
   font-size: medium;
   text-align: justify;
   color: #000000;
   background: #54A7A7;
 }

a
  {
   font-weight: bold;
   color: #FF0000;
  }

a:link
  {
   font-weight: bold;
   color: #FF0000;
  }

a:visited
  {
   font-weight: bold;
   color: #800040;
  }

td
  {
   font-family: Courier New;
   font-size: medium;
   text-align: justify;
  }
 A:hover
  {
   color: #FF0000; font-size: 10px; font-weight: bold;
  }
</style>

<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>testseite</title>
<meta name="author" content="njkl">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
          suiadhfuiodhigluhr
    <p>
    dsfasdfgaerhgaerhreahera<br>
    sdfdaggr<br>
    </p>
    <a href="iojfasjif">sff</a>
</body>
</html>

---------------
die td und linksachen funktionieren .. nur der bodyhinetrgrund wie gesagt.

gruß,Dennis