so habe eine frage bezüglich css.
meine style.css datei sieht so aus:
<style type="text/css">
<!--
.Stil1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
}
body {
background-color: #000000;
}
body,td,th {
color: #FFFF00;
}
a:link {
color: #FFFF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFF00;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFF00;
}
.Stil2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background-color: #000000;
}
body,td,th {
color: #FFFF00;
}
a:link {
color: #FFFF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFF00;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFF00;
}
-->
</style>
und ich habe es so eingebunden:
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
udn dann z.b. bei einem text so:
<p class="Stil1">Statuten des Fanclub Bucanero Bern</p>
www.bucanero.ch
wie ihr seht geht es nicht. an was liegt das?
danke schonmal.
meine style.css datei sieht so aus:
<style type="text/css">
<!--
.Stil1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
}
body {
background-color: #000000;
}
body,td,th {
color: #FFFF00;
}
a:link {
color: #FFFF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFF00;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFF00;
}
.Stil2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
background-color: #000000;
}
body,td,th {
color: #FFFF00;
}
a:link {
color: #FFFF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFF00;
}
a:hover {
text-decoration: underline;
color: #FFFF00;
}
a:active {
text-decoration: none;
color: #FFFF00;
}
-->
</style>
und ich habe es so eingebunden:
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
udn dann z.b. bei einem text so:
<p class="Stil1">Statuten des Fanclub Bucanero Bern</p>
www.bucanero.ch
wie ihr seht geht es nicht. an was liegt das?
danke schonmal.