Hallo,
was mache ich falsch, ich möchte meine verlinkte datei link1.htm in mitte anzeigen lassen, doch es öffnet sich immer ein neues Fenster...
Kann mir bitte jemand helfen? danke
#mitte {
position:absolute;
left:170px;
top:140px;
width:615px;
height:435px;
z-index:5;
background-attachment: fixed;
background-image: url(mitte.png);
background-repeat: no-repeat;
background-position: center center;
}
...
<div id="mitte" name="_Mitte"></div>
<div align="bottom center" id="button1">
<div align="center"><a href="link1.htm" target="_Mitte">Home</a></div>
</div>