PinkIce
06-28-2003, 09:10 PM
I started a website that was in frames format, everthing went well untill one day the frames just stoped working! when u choose a link a new window pos up instead of the page showing up in the frame i targeted it too. please help i dont know whats wrng i have tried everything....
here is my frame set code
<FRAMESET ROWS="30%,70%">
<FRAME SRC="topimage.gif" NAME="top scrolling=no">
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left scrolling=yes">
<FRAME SRC="right.html" NAME="right scrolling=yes">
<FRAME SRC="comingsoon.html" NAME="rightside scrolling=no">
</FRAMESET>
the left frame is the menu frame when u click a link there i want it to open in the right frame (the main frame)
this is my code for the menu frame
<html>
<style type="text/css">
<!--
A:link
{ text-decoration: value [none]; color:hotpink}
A:visited
{ text-decoration: value [none]; color:hotpink}
A:active
{ text-decoration: value [none]; color:hotpink}
A:hover
{ text-decoration: value [line-through]; color:hotpink;
background-color:#000000;
cursor:value [s-resize}
font-family:verdana;
color: hotpink ;
letter-spacing: value; [3pt]
font-weight:value; [normal]
font-size:value; [xx-small]
-->
</style>
<body>
<img src="menu.gif">
<br>
<img src="me.gif">
<br>
<a href ="aboutme.html" target="right">About me</a>
<br>
<a href ="comingsoon.html" target="right">Vote for me</a>
<br>
<a href ="contentcount.html" target="right">Content Count</a>
<br>
<a href ="rules.html" target="right">Rules</a>
<br>
<a href ="comingsoon.html" target="right">FaQ's</a>
<br>
<a href ="linkme.html" target="right">Link Me</a>
<br>
<a href ="Quizes.html" target="right">Quizes I've Taken</a>
<br>
<img src="you.gif">
<br>
</body>
</html>
btw i use angelfire
Please use the edit button instead of replying within 5 minutes of posting
-Moderator
here is my frame set code
<FRAMESET ROWS="30%,70%">
<FRAME SRC="topimage.gif" NAME="top scrolling=no">
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left scrolling=yes">
<FRAME SRC="right.html" NAME="right scrolling=yes">
<FRAME SRC="comingsoon.html" NAME="rightside scrolling=no">
</FRAMESET>
the left frame is the menu frame when u click a link there i want it to open in the right frame (the main frame)
this is my code for the menu frame
<html>
<style type="text/css">
<!--
A:link
{ text-decoration: value [none]; color:hotpink}
A:visited
{ text-decoration: value [none]; color:hotpink}
A:active
{ text-decoration: value [none]; color:hotpink}
A:hover
{ text-decoration: value [line-through]; color:hotpink;
background-color:#000000;
cursor:value [s-resize}
font-family:verdana;
color: hotpink ;
letter-spacing: value; [3pt]
font-weight:value; [normal]
font-size:value; [xx-small]
-->
</style>
<body>
<img src="menu.gif">
<br>
<img src="me.gif">
<br>
<a href ="aboutme.html" target="right">About me</a>
<br>
<a href ="comingsoon.html" target="right">Vote for me</a>
<br>
<a href ="contentcount.html" target="right">Content Count</a>
<br>
<a href ="rules.html" target="right">Rules</a>
<br>
<a href ="comingsoon.html" target="right">FaQ's</a>
<br>
<a href ="linkme.html" target="right">Link Me</a>
<br>
<a href ="Quizes.html" target="right">Quizes I've Taken</a>
<br>
<img src="you.gif">
<br>
</body>
</html>
btw i use angelfire
Please use the edit button instead of replying within 5 minutes of posting
-Moderator