View Full Version : help with frames


Sailorscoutsusa
05-01-2003, 04:45 AM
im really new to frames and im trying to ge a link from the left.htm to open in right.htm this is the code i use
<a href="games.htm"target="right.htm">Games</a>
im on tripod and have seen frames in tripod work so its somethind wrong with the code plz help!

Dude128
05-01-2003, 04:54 AM
you just have to make sure the target in the link exactly matches the name you gave the frame on your frameset page. if you used Lissa's coding without making any changes, it should be "rightside" <frame src="right.htm" name="rightside"> so you would use target="rightside". I also noticed that you're missing a space in the link- there should be one between "games.htm" and target.

check your names, and if you're still having problems, post your frameset code (most likely on index.html).


also, your signature is a bit long- please try to limit it to 3 lines, as the rules state. thanks :)

Sailorscoutsusa
05-01-2003, 05:02 AM
Thanks So Much for having me look twice i needed to change right to rightside