[CSS] [CSS] Probleme mit der externen CSS-Datei

anna933
Hey,

Also meine CSS sieht so aus:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
   p{font-family: Verdana;
     font-size: 8pt;
     color: rgb(137, 169, 201);
     align: center;}

   h1{font-family: Verdana;
      font-size: 12pt;
      color: rgb(137, 169, 201);
      font-weight: bold;}

   h2{font-family: Veranda;
      font-size: 10pt;
      color: rgb(137, 169, 201);
      font-weight: bold;}

   h2{font-family: Veranda;
      font-size: 10pt;
      color: rgb(137, 169, 201);
      font-weight: bold;}

   .hervorgehoben{font-family: Verdana;
                  font-size: 8pt;
                  color: red;}


   a:link {font-family: Verdana;
           font-size: 8pt;
           color: grey;
           text-decoration: none; }

   a:visited {text-decoration: none;
              color: grey;}


   th{font-family: Verdana;
      font-size: 8pt;
      color: rgb(137, 169, 201)
      font-weight: bold; }

   td{font-family: Verdana;
     font-size: 8pt;
     color: rgb(137, 169, 201) }

   li{font-family: Verdana;
     font-size: 8pt;
     color: rgb(137, 169, 201) }


das problem liegt bei h3, th und td. Die werden nämlich einfach schwarz aufgegeben und nicht grau bzw farbig, wie ich es will. Der Rest funktioniert einwandfrei. Sieht jemand den Fehler?

Würde mich sehr über eure Hilfe freuen.

lg anna
Lauri
Du hast kein H3 in deinem CSS-Code Augenzwinkern

Bei TH & TD fehlt immer ein ;
anna933
oh nein, wie blöd...und ich such mich tot >.<

Vielen Dank fröhlich
Reggie
du hast zwei Mal h2 geschrieben, das eine musst du einfach nur in h3 umändern Augenzwinkern