Ich habe eine Seite mit einem Menüblock abgespeichert als menu.html und die Startseite(index.php).
Leider immer wenn ich meine Seite besuche befindet sich der Menüblock unter dem Text.
Vielleicht findet ihr den Fehler(ich find ihn einfach nicht ;()
menu.html:
<html>
<head>
<body vlink="#001060" link="##484C48" text="#D8DCD8" bgcolor="#000000"style="scrollbar-base-color:#FFFFF">
<table border="0" width="750" cellspacing="0">
<tr>
<td colspan="2"><img src="bannerpp.gif" width="360" height="87" border="0" alt=""></td></tr>
<tr><td colspan="2" bgcolor="#808080">Pehm Porcio Page</td></tr>
<tr><td align="center" bgcolor="#C0C0C0" colspan="2">
<a href="index.php"><b>|</b> <span>Home</span> <b>|</b></a>
<a href="/mns/index.php"><b>|</b> <span>News</span> <b>|</b></a>
<a href="../forum/wbboard/index.php"><b>|</b> <span>Forum</span> <b>|</b></a>
<a href="http://pp.mainchat.de"><b>|</b> <span>Chat</span> <b>|</b></a>
<a href="links.php"><b>|</b> <span>Links</span> <b>|</b></a>
<a href="Kontakt.php"><b>|</b> <span>Kontakt</span> <b>|</b></a>
</td>
</tr>
^^^^^^^^^^^^^^
ûnd hier index.php:
</head>
<?php include ("menu.html"); ?><br>
<font size="+3" face="Verdana" color="#C0C0CO">Willkommen</font><br><br>
auf der Php-Version unserer Homepage.<br>
Wir hoffen sie gefällt euch und ihr habt viel Spaß beim betrachten.<br><br>Wenn ihr Fehler endeckt bitte sofort <a href="mailto:Real_outlaw@gmx.at">melden</a>.
</body>
</html>
PS:Normal verwende ich den Font tag nicht sondern verwende CSS.Nur einmal damit die erste Kritik ausfällt =)
Gruß Stefan