mickymouse
Wie kann man mit einer css-datei die Tabelle anpassen? Wir wollen Rahmen, das die texte zentriert sind, hintergrund, schriftart, schriftfarbe, linkstyle und schriftgröße innerhalb der tabelle anpassen,
kann uns jemand mal den code sagen?
ist für
www.rv-steinbrueck.de.ms
lg lea
-Katja-
Pack in die externe CSS-Datei einfach ein
.table
{
Hier die ganzen Befehle
}
Und in den Tabellenkopf
<table class="table">
rein
mickymouse
mhm nützt mir nicht so super viel, trotzdem danke
_-PinkPunker-_
td {
font-family: Verdana;
color: #c3c9d3;
font-size: 11px;
border: 1px;
border-style: solid;
border-color: #c3c9d3;
text-align: center;
background-color: #c3c9d3;
}
als Beispiel
Ich hoffe es hilft.
mickymouse
mhm nein es geht nicht...
nur in Mozilla und in IE zeigt der mir das falsch an
Body {
color: #6A6970;
text-align: center;
font-family: Tahoma;
font-size: 12pt;
background-image:url(
http://zssteinbrueck.zs.ohost.de/Grafiken/bgmain.png);
background-attachment: fixed;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #BBBCC1;
SCROLLBAR-BASE-COLOR: #BBBCC1
}
p {FONT-SIZE: 10px;
font-family: Tahoma;
color: #6A6970;}
A:link {COLOR: #6A6970; text-decoration: none; }
A:visited {COLOR: #6A6970; text-decoration: none; }
A:hover {COLOR: #6A6970; text-decoration: none; position: relative; top: 1; left: 1;}
A:active {COLOR: #6A6970; text-decoration: none; }
input, select, textarea { color:#000000; }
.Button { background-color:#BBBCC1; color:#000000; width:200px; border:6px solid #000000; }
das ist unsere css-datei!
_-PinkPunker-_
Du hast td nichtmal drinnen.
mickymouse
hab das mit tabelle rausgelassen

weil das nicht funktioniert hat

In mozilla gehts, aber in IE net
VRH Pferde
wie wärs mit:
table{
befehle;
}
mickymouse
soweit war ich auch schon
VRH Pferde
Und warum kriegst du's dann nicht hin? Bei mir funktioniert's jedenfalls einwandfrei

Außerdem kannn ich das ja nicht wissen, wird hier nirgendwo im Thread erwähnt, dass du's schon damit versucht hast. Außerdem gibt es einen Unterschied zwischen .table und table^^ Na ja, aber wenn du schon soweit warst, kann ich dir auch nicht helfen.