View Full Version : Links


tendakiss
04-29-2003, 12:08 AM
Okay i did what the codes told me to do, and my links which are in the left frame still open in a new window... can someeeeone please help me?


My Codes:


<html>
<head><meta http-equiv="imagetoolbar" content="no"><style type="text/css">
<!--<STYLE TYPE="text/css">
<!--
BODY {scrollbar-face-color : #ff33ff;
scrollbar-highlight-color : #c211ff;
scrollbar-3dlight-color : #c211ff; scrollbar-shadow-color : #c211ff;
scrollbar-darkshadow-color : #c211ff; scrollbar-track-color : #000000;
scrollbar-arrow-color : #c211ff }
-->
</STYLE>
</head>
<body background="http://www.angelfire.com/moon/tendakiss/anipurpstrz.gif" text="#c211ff" link="#ff33ff" vlink="#ff33ff" alink="#000000">
<BR><BR>


<center><basefont="tahoma" size="3">
<p>
<span style="width: 150; height: 50; font-size: 20px; font-family: ravie; color: #ff33ff; filter: glow(color=#c211ff, strength=10)">«`LiNkz`»<br>«`4`»<br>«`U`»</span>
<p>
<font color="c211ff">
<marquee behavior="alternate" width="50">.•·°·•.</marquee behavior="alternate">
<p>

<font size="4"><b>~¤`Me`¤~</b>
<br>
<font size="1">
<a href="http://www.angelfire.com/moon/tendakiss/ReNeeLyNnE.html" target="rightside">«`LiL BiT BouT Me`»</a>
<br>
<a href="http://www.livejournal.com/users/BaBiTeMpTrEsS" target="rightside">«`My JoUrNaL`»</a>
</font>
</center>
</body>
</html>

kittycat
04-29-2003, 12:26 AM
Are you sure that your right frame is named 'rightside'? Check the frames code to make sure, and if it's different just change that part of the code as needed :)

tendakiss
04-29-2003, 02:15 AM
should i just put right.html or... right? i'm sorry :( i'm stupid

Dude128
04-29-2003, 03:57 AM
use whatever you have in the name attribute in your <frame> tag. if you have name="rightside" use target="rightside", if you have name="right", use target="right". it doesn't really matter what the name is, the name and target just have to match exactly.