[CSS] Css funktioniert nicht?

Daina
Also meine Schwester war grad dabei,die Wilkommensseite zu erstellen.
Das ist der Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Wilkommen</title>
  <link rel="stylesheet" type="text/css"
 href="style.css">
</head>
<body>
<big style="text-decoration: underline;"><span
 style="font-weight: bold;">
Herzlich Wilkommen auf meiner Seite!</span></big><big><br>
<br>
<small>Dies ist kein virtueller Reiterhof oder derartiges.<br>
Es ist eine Seite &uuml;ber das virtuelle Ich und &uuml;ber
meine virtuellen Pferden.<br>
Schaut sie euch an und am&uuml;siert euch.<br>
Eure Nina Beer</small></big>
</body>
</html>


Man sieht ja,das da oben der Link zum Style.css ist.
aber wenn ich sie aufrufe,im internet,wird sie standartmäßig angezeigt!?!
obwohl ich die css datei hochgeladen habe?
ich habs auch porbiert mit der Homepageadresse davor.
Daina
ja,ganz sicher
Daina
könnt selber gucken : http://ninabeer.bplaced.de
CSS CODE:

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:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:

body {
scrollbar-arrow-color: #3e2217;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
}
font, div, body {color: #3e2217; font-size: 8pt; font-family: Verdana;}

table, tr, td {font-color:#3e2217; font-size: 8pt; font-family: Verdana; line-height: 8pt;}

a:link, a:active, a:visited {
color: #3e2217;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
}

a:hover {
color: #3e2217;
border-bottom: 1px dotted #3e2217;
font-family: Verdana;
font-size: 8pt;
}

img {border: 0px;}

tt {color:#3e2217; font-family: Verdana; font-size:8pt;letter-spacing: 0px;
}
strong {color:#3e2217; font-family: Verdana; font-size:8pt;letter-spacing: 0px;
}
b {color: #3e2217; font-family: Verdana; font-size:8pt;letter-spacing: 0px; font-weight: bold;
}
i {color:#3e2217; font-family: Verdana; font-size:8pt;height:2px;
}
s {color:#3e2217; font-family: Verdana; font-size:8pt;height:2px;
}

TEXTAREA {
Color: #3e2217;
Background-color: transparent;
Font-Family: Verdana;
Font-Size: 8pt;
Border:1px solid #3e2217;}

INPUT {
Color: #545659;
Background-color: transparent;
Font-Family: Verdana;
Font-Size: 8pt;
Border: 1px solid #3e2217;}


table, tr {
font-color: #3e2217;
font-size: 8pt;
font-family: Verdana;
}

.oben{
background-color: #a5cb55
font-size: 8pt;
width: 400px;
height: 20px;
background: url(http://reitstallemden.bplaced.net/Grafiken/obentable.png);
font-color:  #3e2217;
font-family: Verdana;
text-decoration: none;
border:  #3e2217 1px solid;
}

.table1{
color: #3e2217;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
background-color:#c4c0aa;
border: #3e2217 1px solid;
}

.table2{
color: #3e2217;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
background-color:#a5cb55;
border: #3e2217 1px dashed;
}

.td1 {
color: #3e2217;
width: 50px;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
}

h2 {
FONT-SIZE: 12pt;
COLOR: #3e2217;
font-family: Times New Roman;
font-weight: bold;
line-height: 93%;
border-bottom: 1px solid #3e2217;
background-color: transparent;
}

h1 {
FONT-SIZE: 10pt;
COLOR: #3e2217;
font-family: Verdana;
font-weight: bold;
line-height: 93%;
padding: 2;
letter-spacing: 2px;
border-bottom: 1px solid #3e2217;
border-bottom-style: dashed;
background-color: transparent;
}
Daina
..Danke großes Grinsen

-Edit-

hat funktioniert großes Grinsen
Daina
hm.. hätte noch ne kleine Frage,aber nicht zu CSS wieso aktualisiert sich mein Menü nicht? hab es abgeändert und neu hochgeladen unglücklich
Daina
ich hab den code nomma für Allegro benutzt .. ^^ natürlich ahb ich noch die Farbe umgeändert.. hier der code:

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:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
body {
color:  #3e2877;
font-size:8pt;
font-family: Verdana;

scrollbar-arrow-color: #3e2877;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#3e2877;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
}


table, tr, td {font-color:#3e2877; font-size: 9pt; font-family: Verdana; line-height: 8pt;}

a:link, a:active, a:visited {
color: #3e2877;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
}

a:hover {
color: #3e2877;
border-bottom: 1px dotted #3e2877;
font-family: Verdana;
font-size: 8pt;
}

img {border: 0px;}

tt {color:#3e2877; font-family: Verdana; font-size:8pt;letter-spacing: 0px;
}
strong {color:#3e2877; font-family: Verdana; font-size:8pt;letter-spacing: 0px;
}
b {color: #3e2877; font-family: Verdana; font-size:8pt;letter-spacing: 0px; font-weight: bold;
}
i {color:#3e2877; font-family: Verdana; font-size:8pt;height:2px;
}
s {color:#3e2877; font-family: Verdana; font-size:8pt;height:2px;
}

TEXTAREA {
Color: #3e2877;
Background-color: transparent;
Font-Family: Verdana;
Font-Size: 8pt;
Border:1px solid #3e2877;}

INPUT {
Color: #3e2877;
Background-color: transparent;
Font-Family: Verdana;
Font-Size: 8pt;
Border: 1px solid #3e2877;}


table, tr {
font-color: #3e2877;
font-size: 8pt;
font-family: Verdana;
}

.oben{
background-color: #a5cb55
font-size: 8pt;
width: 400px;
height: 20px;
background: url([URL]http://reitstallemden.bplaced.net/Grafiken/obentable.png[/URL]);
font-color:  #3e2877;
font-family: Verdana;
text-decoration: none;
border:  #3e2877 1px solid;
}

.table1{
color: #3e2877;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
background-color:#c4c0aa;
border: #3e2877 1px solid;
}

.table2{
color: #3e2877;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
background-color:#a5cb55;
border: #3e2877 1px dashed;
}

.td1 {
color: #3e2877;
width: 50px;
font-size: 8pt;
font-family: Verdana;
text-decoration: none;
}

h2 {
FONT-SIZE: 12pt;
COLOR: #3e2877;
font-family: Times New Roman;
font-weight: bold;
line-height: 93%;
border-bottom: 1px solid #3e2877;
background-color: transparent;
}

h1 {
FONT-SIZE: 10pt;
COLOR: #3e2877;
font-family: Verdana;
font-weight: bold;
line-height: 93%;
padding: 2;
letter-spacing: 2px;
border-bottom: 1px solid #3e2877;
border-bottom-style: dashed;
background-color: transparent;
}


So siehts aus: http://pzallegro.bplaced.de

Iwie sind im Menü keine Farben .. eig. hat sich nix geändert außer das jetzt fast die ganze schrift schwarz is
.Dori
bist du dir sicher, dass im style.css was drin steht?
Mir wirs nämlich kein Code angezeigt, wenn ich style.css aufrufe.
Kontrollier das nochmal ( auch auf deinem PC) und lad es dann nochma neu hoch.
Daina
habs nochmal abgespecihert und hochgeladen .. aber es wird immer noch keine Änderung und kein Code angezeigt ? :/
Skadi
-
Daina
ja
Skadi
Komisch... :/
Ansonsten lösch doch mal die index.html, dann könnte
man auch die bisherigen Dateien im Verzeichnis sehen weißte xD
Daina
*heul* ein ganzen tag hänge ich nun style.css unglücklich :/