View Full Version : Please help me i have no idea whats wrong with my frames


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

Dude128
06-29-2003, 02:14 AM
you're missing quotes after the names and before the value for the scrolling attribute

on the other page, you're missing a <head> and a </head> tag, and your CSS contains some errors- you have to put the desired value in place of the word value. so instead of text-decoration:value [none]; you would have text-decoration:none;

PinkIce
06-29-2003, 04:52 PM
im asking about the frames not the css please help me out with the frames.... and i dont get the problem with the css can u show me what im suposed to write?

PinkIce
06-29-2003, 04:58 PM
ahh nvm....i get it now oh my gosh thank u soooo much i had no idea what was wrong with my frames, they havent been working for sooo long i cant say thank u enought! Thank u! Thank u! Thank u!!!!!!!!!!!!!!!!!!!!!!!!