Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] [CSS] Probleme mit der externen CSS-Datei (https://www.gegen-bilderklau.net/thread.php?threadid=122204)


Geschrieben von anna933 am 11.11.2007 um 11:56:

  [CSS] Probleme mit der externen CSS-Datei

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



Geschrieben von Lauri am 11.11.2007 um 12:03:

 

Du hast kein H3 in deinem CSS-Code Augenzwinkern

Bei TH & TD fehlt immer ein ;



Geschrieben von anna933 am 11.11.2007 um 12:35:

 

oh nein, wie blöd...und ich such mich tot >.<

Vielen Dank fröhlich



Geschrieben von Reggie am 11.11.2007 um 12:36:

 

du hast zwei Mal h2 geschrieben, das eine musst du einfach nur in h3 umändern Augenzwinkern


Forensoftware: Burning Board, entwickelt von WoltLab GmbH