Hallo zusammen,
ich bin mir gerade eine neue Homepage am bauen und habe ein kleines Problem.
Ich habe 3 Container.
<body>
<div id="kopf"><img src="/image/body/head2.png" alt="Kopf"></div>
<div id="links"><?php include ("navi.inc.html");?></div>
<div id="inhalt"><?php include ("txt.html");?></div>
</body>
der "links" funktioniert und bindet
<b>Navigation</b>
<!-- LinkListe -->
<a href="index.php" type="text/html"><h5>Index</h5>
<a href="wir.php" type="text/html"><h5>Wir</h5>
<a href="bilder.php" type="text/html"><h5>Bilder</h5>
<a href="news.php" type="text/html"><h5>News</h5>
<a href="kontakt.php" type="text/html"><h5>Kontakt</h5>
<a href="impressum.php" type="text/html"><h5>Impressum</h5>
funktionierend ein.
der "inhalt" bindet
<b>Zecken sind fies</b>
ein, aber leider als LINK zu der "impressum.php"
WIE kann das sein?
Das CSS funktioniert übrigens bestens.