[HTML] Link im Main öffnen Problem

unicorn18
Hallo,
Also ich weiß absolut nicht was ich falsch mache.
Ich möchte einfach das sich die Links in meiner Main öffnen.
Klar normalerweiße reicht dieser Code: target="main"
Aber bei mir nicht. Es funzt einfach nciht und geht immer im neuen Fenster auf.
ich arbeite mit dem Phase5, fals ihr das wissen müsst.

Hier mein Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
<html>
<head>
<title>menueallgemeines</title>
<meta name="author" content="jenny0288">
</head>
<body text="#440000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">

</body><table border="0" width="222">
	<tr>
                <td> <p align="left"><b><font face="Verdana" size="2"><u>
		Allgemeines____</u></font></b><font face="Verdana" size="2">
               <br><a href="http://unicorn18.un.funpic.de/vrh/home.html" target="main">
		<font color=#773300">Home</font></a>
                <br> <a href="http://unicorn18.un.funpic.de/vrh/impressum.html" target="main">
		<font color=#773300">Impressum</font></a>
	       <br><a href="http://unicorn18.un.funpic.de/vrh/bildernachweis.html" target="main">
		<font color=#773300">Bildnachweise</font></a>
	       <br> <a href="http://unicorn18.un.funpic.de/vrh/faq.html" target="main">
		<font color=#773300">FAQ</font></a></font></td>


</body>
</html> 


Danke!
Love
hmm...so gehs bei dir nicht?
code:
1:
<a href="SEITE.html" target="main">LINKNAME</a>

Versuch doch einfach nochmal. Also komplett neu. Vielleicht hat sich ja ein kleiner Fehler eingeschlichen. Weil das mit dem Menü » Untermenü geht doch, oder?
Schau am Besten nochmal, ob dein "main" auch wirklich "main" heißt.
Oder ob da vielleicht ein Buchstabe zu viel/wenig ist, oder sonst iwas. Das muss ja nicht unbedingt an dem Code liegen.

lg
nastii
unicorn18
hi Nasti,
Danke für die Antwort, aber es klappt einfach nicht unglücklich
Desleal
hast du deine main denn auch main genannt?

Ansonsten -> ICQ Augenzwinkern
unicorn18
wo sehe ich das? ^^

Habe kein ICQ unglücklich unglücklich
Desleal
das siehst du da, wo du das design bzw. menü und die main gecodet hast ^^.
unicorn18
Ich stell den Code einfach mal ein ^^
Ich muss dazu sagen, cih bin noch relativer Anfänger, sollte man das nicht schon gemerkt haben ^^

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:
39:
 <html>
<head>
<title>Gesüt Passion</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/html">
<!--
body {
	background-color: #945521;
}
-->
</style><BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="design.jpg" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="8,214,130,249" href="http://unicorn18.un.funpic.de/vrh/menueallgemeines.html" target="untermenu">
<area shape="rect" coords="152,213,261,248" href="http://unicorn18.un.funpic.de/vrh/menue/anmeldung.html" target="untermenu">
<area shape="rect" coords="281,216,441,244" href="http://unicorn18.un.funpic.de/vrh/menue/dasgestuet.html" target="untermenu">
<area shape="rect" coords="458,214,546,246" href="http://unicorn18.un.funpic.de/vrh/menue/pferde.html" target="untermenu">
<area shape="rect" coords="563,216,667,247" href="http://unicorn18.un.funpic.de/vrh/menue/mitglieder.html" target="untermenu">
<area shape="rect" coords="682,218,779,246" href="http://unicorn18.un.funpic.de/vrh/menue/sonstiges.html" target="untermenu">
</map>


<div id="Layer1" style="position: absolute;  left: 24px; top: 369px;">
  <iframe src="menue.html" name="untermenu" width="141" height="309" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div style="position: absolute;  left: 255px; top: 347px;">
  <iframe src="home.html" name="Main" width="751" height="409" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div style="position: absolute;  left: 10px; top: 259px;">
  <iframe src="news.html" name="news" width="783" height="28" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>
Desleal
ok,du hast hier das main groß geschrieben, und im menü auf den verweis klein.

<div style="position: absolute; left: 255px; top: 347px;">
<iframe src="home.html" name="Main" width="751" height="409" frameborder=0 scrolling="no" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

versuchs mal mit klein schreiben
unicorn18
hat alles geklappt... *jubel*

Danke dir.. Ich glaub ohne dich, hätte ich jetzt noch stunden davor gesessen und hätte es nicht geschafft *knuddel*
Desleal
Kein Problem Augenzwinkern