[HTML] schrift in tabellen riesig ...

XxHasexX
hay,

ich habe nochmals eine frage bzw ein problem ... und zwar arbeitet ich mit css und das funtzt auch außer in tabellen dort ist die schrift riesig. meine frage is wie man das ändern kann ich hab schon ihrgendwas von tabelle "öffnen" ... Zunge raus glaub ich. aber das versteh ich nicht wirklich und ich bräuchte jemand der mir das erklärt fröhlich . danke

lg hase
Medic Droid
Zeig mal bitte deine CSS-Datei sowie den Code der zu bearbeitenden Seite.
XxHasexX
hay,
hier bitte...

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:
BODY {
color: #284826;
text-align :center ;
font-size:9pt ;
font-family: Verdana , Arial;
background-attachment: fixed; 
background-position:center; 
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;}

A:link { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:visited { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:hover { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: overline; }
A:active { color: ##345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }

h1 {
display: block;
border-bottom: 1px solid #284826;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align :left ;
font-size: 8pt;
color: #000000;
letter-spacing: 1px;
font-weight: bold;
}
h2 {
display: block;
background-color: #241D50;
border: 1px dotted #ffffff;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #BCC1D4;
letter-spacing: 1px;
font-weight: bold;
text-align :left ;
}



und auf jede seite füge ich des ein:

code:
1:
2:
3:
4:
<link href="/style.css" type="text/css"
 rel="stylesheet">
Medic Droid
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:
body, table, tr, td {
color: #284826;
text-align :center ;
font-size:9pt ;
font-family: Verdana , Arial;
background-attachment: fixed; 
background-position:center; 
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;}

A:link { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:visited { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:hover { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: overline; }
A:active { color: ##345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }

h1 {
display: block;
border-bottom: 1px solid #284826;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align :left ;
font-size: 8pt;
color: #000000;
letter-spacing: 1px;
font-weight: bold;
}
h2 {
display: block;
background-color: #241D50;
border: 1px dotted #ffffff;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #BCC1D4;
letter-spacing: 1px;
font-weight: bold;
text-align :left ;
}


Probiers mal so.
XxHasexX
neeeee leider net ... unglücklich
Medic Droid
Zitat:
Original von Medic Droid
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:
body, table, tr, td {
color: #284826;
text-align :center ;
font-size:9px ;
font-family: Verdana , Arial;
background-attachment: fixed; 
background-position:center; 
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #ffffff;}

A:link { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:visited { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }
A:hover { color: #345B31; font-size: 9pt; font-style: Arial; text-decoration: overline; }
A:active { color: ##345B31; font-size: 9pt; font-style: Arial; text-decoration: none; }

h1 {
display: block;
border-bottom: 1px solid #284826;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align :left ;
font-size: 8pt;
color: #000000;
letter-spacing: 1px;
font-weight: bold;
}
h2 {
display: block;
background-color: #241D50;
border: 1px dotted #ffffff;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #BCC1D4;
letter-spacing: 1px;
font-weight: bold;
text-align :left ;
}


Probiers mal so.

und jetzt..?^^

Hast du vielleicht den Link der Seite?
XxHasexX
http://www.ds-otternberg.bplaced.net/

bildernachweis

(is nur aber so in MF im IE gehts also da is es normal)
SaraliebtPferde
auf die Seite einfügen. in den <head> bereich.

code:
1:
2:
3:
<link href="style.css" type="text/css"
 rel="stylesheet">
XxHasexX
neeee des is nur in MF so riesig... und dazu brauch ich ihrgendwas des auch in MF geht
SaraliebtPferde
du musst es trotzdem einfügen. Sonst kann es doch auch in MF nicht gehen oder irre ich mich?..
XxHasexX
hab schon eingefügt und es geht immer noch nicht
Medic Droid
Bei mir im MF gehts.
XxHasexX
OMG ja stimmt kp vorhin gings net danke ^^ an euch ...