Aber Du sprichst für mich einfach von bömischen Dörfern... Ich verstehe nur Bahnhof.und genau deshalb wollte ich dir empfehlen ne helfende Hand zu holen
Das muß dann auf jeder Seite geändert werden oder nur auf der Startseite?ne nicht auf der Startseite, sondern auf der .html von dem menü und der index!
der Quelltext von der index.html wäre entsprechend:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<title>Berner Sennenhunde vom Hibiscusgarten</title>
</head>
<frameset framespacing="0" rows="190,*" border="0" frameborder="0">
<frame marginheight="0" marginwidth="0" name="Banner" noresize="noresize" scrolling="no" src="kopf.html" target="_self">
<frameset cols="200,*">
<frame marginheight="0" marginwidth="0" name="Inhalt" scrolling="no" src="menue.html" target="Hauptframe">
<frame name="Hauptframe" scrolling="auto" src="home.html" target="_self" marginheight="0" marginwidth="0">
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</frameset>
</html>
und der von der von der menue.html wäre dann:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Berner vom Hibiscusgarten</title>
<base target="Hauptframe">
</head>
<body link="#663300" vlink="#663300" alink="#663300" text="#663300" bgcolor="#FFCCCC">
<p><map name="FPMap0">
<area href="http://free-service.de/gb/?id=109450" shape="rect" coords="7, 317, 124, 346">
<area href="impressum.html" shape="rect" coords="7, 284, 124, 318">
<area href="links.html" shape="rect" coords="6, 253, 90, 283">
<area href="herzenssache/herzenssache.html" shape="rect" coords="6, 227, 153, 252">
<area href="wurfplanung/wurfplanung.html" shape="rect" coords="5, 194, 148, 221">
<area href="wuerfe.html" shape="rect" coords="5, 159, 87, 189">
<area href="zucht/zucht-start.html" shape="rect" coords="7, 128, 73, 156">
<area href="unsere-meadels.html" shape="rect" coords="6, 97, 162, 125">
<area href="wir/wir.html" shape="rect" coords="6, 66, 72, 94">
<area shape="rect" coords="5, 38, 84, 63" href="news.html">
<area target="_parent" href="index-home.html" shape="rect" coords="5, 6, 93, 33">
</map>
<img border="0" src="layout/menue.jpg" width="200" height="400" usemap="#FPMap0"></p>
</body>
</html>
sollte es danach trotzdem noch zu fehlern kommen empfehle ich auch die Unterseiten anzupassen
MfG Meister Falke