[HTML] Design mit Untermenu coden

Nika
-
Nika
dankeee

es funktioniert ... hab den Fehler jetzt auch gefunden

dankeschööön :-*
Ade
wröm.
Hat geklappt.<3 Danke smile
Sportfreundin
daaaanke klasse erklärt,
hat auf Anhieb geklappt


Soprtfreundin
Shinea
-Edit-
Hab den Fehler selbst gefunden smile
Mercedes
Hallo.
Ich habe ein Problem.
Immer wenn ich im Menü auf einen Link klicke, öffnet sich dieser nicht im Untermenü sondern im Menü.
Hier der Link: http://roemerhof.bplaced.net/DESIGNROE.html

Und die Codes:
Grundcode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>R&ouml;merhof</title>
<style type="text/css">
<!--
body { scrollbar-highlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-3dlight-color:#92d648;
scrollbar-base-color:#92d648;
scrollbar-darkshadow-color:#92d648;
scrollbar-face-color:#92d648;
scrollbar-shadow-color:#92d648;
background-image:url("http://roemerhof.bplaced.net/R%d6MER.PNG");
background-position: top left; background-repeat: no-repeat; background-color:#ffffff; }
-->
</style>
</head>
<body>
<div
style="position: absolute; top: 102px; left: 289px; width: 291px; height: 484px;">
<iframe name="main"
src="http://roemerhof.bplaced.net/Home.html" style=""
;="" align="top right" frameborder="0"
height="430" scrolling="auto" width="632"> </iframe></div>
<div style="left: 0px; top: 711px; position: absolute;">
<iframe name="menu"
src="http://roemerhof.bplaced.net/Menu.html" style=""
;="" align="top right" frameborder="0" height="54"
scrolling="auto" width="1024"> </iframe></div>
<div style="left: 0px; top: 0px; position: absolute;">
<iframe name="untermenue"
src="http://roemerhof.bplaced.net/untermenue.html" style=""
;="" align="top right" frameborder="0"
height="354" scrolling="auto" width="162"> </iframe></div>
</body>
</html>

Menücode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menu</title>
</head>
<body>
<div
style="text-align: center; font-family: Algerian; color: rgb(0, 0, 0);"><big><font><a
href="http://roemerhof.bplaced.net/Allgemeines.html" _self=""
target=""><span style="color: rgb(0, 0, 0);">Allgemeines</span></a><font><a
href="http://roemerhof.bplaced.net/Reitstall.html" _self=""
target=""> &nbsp; &nbsp; &nbsp;
&nbsp; <span style="color: rgb(0, 0, 0);">R&ouml;merhof</span></a></font></font></big></div>
</body>
</html>

Untermenücode:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>untermenue</title>
</head>
<body>
Hier &ouml;ffnet sich das Untemen&uuml;!
</body>
</html>
 

Ok, wenn nochwas Fehlt bitte Melden.
Ich hoffe mir Hilft jemand!
sina91
Falls du die Lösung noch nicht hast;
Dein Code muss so aussehen:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Menu</title>
</head>
<body>
<div
style="text-align: center; font-family: Algerian; color: rgb(0, 0, 0);"><big><font><a
href="http://roemerhof.bplaced.net/Allgemeines.html"
target="untermenue"><span style="color: rgb(0, 0, 0);">Allgemeines</span></a><font><a
href="http://roemerhof.bplaced.net/Reitstall.html" target="untermenue"> &nbsp; &nbsp; &nbsp;
&nbsp; <span style="color: rgb(0, 0, 0);">R&ouml;merhof</span></a></font></font></big></div>
</body>
</html>