Thread CSS mit Perlscript: style.css wird nicht ausgewertet (30 answers)
Opened by I.C.Wiener at 2004-01-26 19:50

I.C.Wiener
 2004-01-26 22:12
#1066 #1066
User since
2003-11-02
19 Artikel
BenutzerIn
[default_avatar]
Moin,

also hier mal der Code des Skripts:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
[...]
print <<"EOT";
<html>
<head>
<title>Tag Board</title>
<link rel='stylesheet' type='text/css' href='/biene/style.css'>
</head>
<body>
Dies ist ein Testtext <a href='http://www.linux.de'>und ein Testlink</a>
EOT
[...]


und hier die css Datei:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
font-family: arial;
color: #0000cf;
font-size: 10pt;
background-color: #cfcfcf;
scrollbar-base-color: �
scrollbar-3dlight-color: �
scrollbar-arrow-color: �
scrollbar-darkshadow-color: �
scrollbar-face-color: �
scrollbar-highlight-color: �
scrollbar-shadow-color: �
scrollbar-track-color: �
}
a:link { color: � }
a:visited { color: � }
a:hover { color: #0000ff; }
a:active { color: � }


Und die css Datei ist definitiv an dem Platz an dem Mozilla sie angibt.(s.o.)

MfG
Solange du selbst redest, erfährst du nichts Neues

View full thread CSS mit Perlscript: style.css wird nicht ausgewertet