• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Probleme mit Stylesheet

Status
Für weitere Antworten geschlossen.

Freckles

Neues Mitglied
Hallo!
Ich hab da ein Problem mit einem Stylesheet oder nya..
Es ist so, ich möchte eigentlich eine ganz normale schrift haben (nicht dick gedruckt) und ich weiß einfach nicht, wieso die Schrift auf der Homepage dick gedruckt wird, in Tabellen ist sie allerdings so, wie sie auch sein soll.
Ich habe keinen Befehl gegeben, soweit ich weiß.
Hier mal der Stylesheet:
HTML:
body, tr, td {
font-family: Verdana;
font-size: 11px;
font-color: #000000;
      text-align: center;
          font-weight: normal;

scrollbar-Track-Color:#E1EFF4;
scrollbar-Face-Color:#2D6377;
  scrollbar-arrow-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#000000
}
table {
border-color:#817769;
border-width:1;
background-color:#E3D3BD;
border-style:solid;
width:98%;
font-family: Verdana;
font-size: 11px;
color: #000000;
      text-align: center;
      align: center;
}
input, textarea {
font-family: Verdana;
font-size: 11px;
color: #000000;
      text-align: left;
border-color:#817769;
border-width:1;
background-color:#E3D3BD;
border-style:dashed;
scrollbar-Track-Color:#E1EFF4;
scrollbar-Face-Color:#2D6377;
  scrollbar-arrow-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-darkshadow-color:#000000
}
hr {
border:solid #000000 0.3px;
}
.header {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    border-bottom : 1px solid Black;
}
.Ebene1 {
font-family: Verdana;
font-size: 11px;
font-color: #000000;
      text-align: center;
          font-weight: normal;
}


A:link,A:visited,A:active,b,strong
{
    text-decoration: none; cursor: crosshair;color:#433828; height: 1px;
    }
A:hover
{
    color:#FFFFFF;
    }

screenqzo.jpg


Vll. könnt ihr mir ja helfen...

Lg Maybe
 
Der Quelltext waere ganz nuetzlich, mit dem Stylesheet alleine koennen wir nichts anfangen.


Aber bitte nur den wichtigen Teil, nicht "alles was du hast" ;)
 
okay...
HTML:
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css"><style type="text/css" media="screen"></style>
</head>
<body>
<div class="header"><p>Join Us</p></div>
<p>TEXT</p>
TABELLE
</div>
Sonstige Befehle a lá <b> oder <strong> finden sich dort nicht.
 
Status
Für weitere Antworten geschlossen.

Neueste Beiträge

Zurück
Oben