Hallo,
ich will für meine Firma eine Intranetseite erstellen und dabei meine .css stylesheets in eine eigene Datei schreiben.
Zur Erstellung des html-Codes verwende ich HTML Editor Phase5. Die .css-Datei liegt im gleichen Ordner wie meine Seiten.
mein Problem ist nun, dass die Styles nicht übernommen werden, trotz der richtigen Verlinkung im html-code (<link rel="stylesheet" type="text/css" href="style.css">).
Was muß ich tun, damit ich meine css-datei verwenden kann?
Grüße aus dem sonnigen Wien
Joschi
Meine css-Datei sieht folgendermaßen:
B { font-family: Verdana, Arial, New Times Roman, Courier; font-color: black; font-size: 11px;}
/*Rahmen*/
borderleft {border-top: 1px none; border-bottom: 1px none; border-left: 1px solid; border-right. 1px none; border-color: #000000 }
borderright {border-top: 1px none; border-bottom: 1px none; border-left: 1px none; border-right. 1px solid; border-color: #000000 }
bordertop {border-top: 1px solid; border-bottom: 1px none; border-left: 1px none; border-right. 1px none; border-color: #000000 }
borderbottom {border-top: 1px none; border-bottom: 1px solid; border-left: 1px none; border-right. 1px none; border-color: #000000 }
tableborder {border: 2px solid; border-color: #000000 }