Thread PHP + CSS = Formatierung weg (10 answers)
Opened by Gast at 2006-07-13 20:00

Pida
 2006-07-13 22:22
#10723 #10723
User since
2006-06-09
52 Artikel
BenutzerIn
[default_avatar]
Hi,

die css-Datei liegt im Rootverzeichnis (wenn sie woanders läge, würde es ja auch beim normalen Aufruf der html-Seite über D:/Homepage... nicht klappen)
Die HTML-Dateien sind lt. Validator XHTML 1.0 strict valide. Unten habe ich mal nen Codeschnipsel angehängt.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>

<title>Seitentitel</title>

<!-- Hier stehen noch Meta-Tags -->

<link rel="stylesheet" type="text/css" href="default.css" title="Default Style" />

</head>

<body>

...


Woran kann's nur liegen?

Gruß, Pida

View full thread PHP + CSS = Formatierung weg