[HTML] öffnet sich in neuem Fenster trotz "target"

Pöni
Huhu ihr.

also hier die addy:
http://home.arcor.de/noralien/

und hier das Problem:
trozt target öffnet sich home in einem neuen Fenster. Und home erscheint nicht beim Aufruf der Seite im Frame.

Und hier der Code (Hinweis; es ist ein Table Lay):

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:
<html>
<head>
<title>Noralien</title>
</head>

<body topmargin=10 link="#000000" vlink="#000000" alink="#000000">

<center><img src="http://home.arcor.de/noralien/header.jpg" width="600" height="300" style="border: 0px solid #ffffff">




<table width="602" border="1" cellpadding=3 cellspacing=3 style="border-collapse: collapse;" bordercolor="#ffffff">
<tr>
<td width="150" align="left" valign="top">

<p align="center">
<font face="Arial" size="2"> 
<a href="http://home.arcor.de/noralien/content.htm" target="content"> <font color="#000000">Home</a><br>

</font>  

</td>
<td valign="top" width="450">



</td>
</tr>
</table>
</center>



</body>
</html>




vielleicht ist das ganze recht simpel..?!
.Maybe
Es öffnet dann in neuen Fenster, wenn es kein Content gibt.
Gibt es bei dir auch nicht ^^
Pöni
versteh ich nicht? *aufm schlauch steh*
ich hab ja eine seite die nach content benannt ist verwirrt
Cidi
du musst in der 2. Spalte der Tabelle auch einen Frame machen, sonst ist ja dort nichts und nichts sagt deinem PC er soll content dort aufmachen.

lg ju
Pöni
achso...ja ich fange an zu begreiffen...
muss ich denn ein div oder ein iFrame machen?
und es ist ja ein table lay, ich kann also das frame nicht begrenzen....?!

edit:

hab was dran gemacht..aber i.wie gehts noch nicht?!
kann mir wer helfen?
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:
40:
41:
42:
43:
<html>
<head>
<title>Noralien</title>
</head>

<body topmargin=10 link="#000000" vlink="#000000" alink="#000000">

<center><img src="http://home.arcor.de/noralien/header.jpg" width="600" height="300" style="border: 0px solid #ffffff"></center>


<center>
<table width="602" border="1" cellpadding=3 cellspacing=3 style="border-collapse: collapse;" bordercolor="#ffffff">
<tr>
<td width="150" align="left" valign="top">

<p align="center">
<font face="Arial" size="2"> 
<a href="http://home.arcor.de/noralien/content.htm" target="content"> <font color="#000000">Home</a><br>
</font>  
</td>


<table><tr><td valign="top" width="450">

<font color="#000000">
<br>test
<br> <br> <br>
bla bla bla
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>



</body>
</html>
Pawie
Du hast Content doch immer noch nicht definiert?!
Pöni
hmm...und wie definier ich das?

EDIT: egal, habs jetzt anders gemacht^^