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)
----- [HTML] schrift in tabellen riesig ... (https://www.gegen-bilderklau.net/thread.php?threadid=135321)


Geschrieben von XxHasexX am 11.06.2008 um 19:08:

  schrift in tabellen riesig ...

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



Geschrieben von Medic Droid am 11.06.2008 um 19:22:

 

Zeig mal bitte deine CSS-Datei sowie den Code der zu bearbeitenden Seite.



Geschrieben von XxHasexX am 11.06.2008 um 19:35:

 

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">



Geschrieben von Medic Droid am 11.06.2008 um 19:41:

 

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.



Geschrieben von XxHasexX am 11.06.2008 um 19:45:

 

neeeee leider net ... unglücklich



Geschrieben von Medic Droid am 11.06.2008 um 19:48:

 

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?



Geschrieben von XxHasexX am 11.06.2008 um 19:50:

 

http://www.ds-otternberg.bplaced.net/

bildernachweis

(is nur aber so in MF im IE gehts also da is es normal)



Geschrieben von SaraliebtPferde am 11.06.2008 um 19:57:

 

auf die Seite einfügen. in den <head> bereich.

code:
1:
2:
3:
<link href="style.css" type="text/css"
 rel="stylesheet">



Geschrieben von XxHasexX am 11.06.2008 um 19:59:

 

neeee des is nur in MF so riesig... und dazu brauch ich ihrgendwas des auch in MF geht



Geschrieben von SaraliebtPferde am 11.06.2008 um 20:01:

 

du musst es trotzdem einfügen. Sonst kann es doch auch in MF nicht gehen oder irre ich mich?..



Geschrieben von XxHasexX am 11.06.2008 um 20:04:

 

hab schon eingefügt und es geht immer noch nicht



Geschrieben von Medic Droid am 11.06.2008 um 20:48:

 

Bei mir im MF gehts.



Geschrieben von XxHasexX am 11.06.2008 um 21:53:

 

OMG ja stimmt kp vorhin gings net danke ^^ an euch ...


Forensoftware: Burning Board, entwickelt von WoltLab GmbH