View Full Version : bad html for frames or what


loveyou_alwyz
08-28-2006, 07:49 AM
When you click the links they open in the right frame just like i want but it says the page requested doesnt exist but they do

http://www.geocities.com/loveyou_alwyz

heres what the html looks like:

a href="www.geocities.com/loveyou_alwyz/right.html"target="rightside"><img src="http://i114.photobucket.com/albums/n273/loveyou_alwyz/nav_r1_c1.gif"border="0"></a>

-sorry if in wrong forum topic

how can i make a picture link
in the left frame
then have it
show up in
the right
frame?

Mr. Initial Man
08-28-2006, 08:50 AM
Erm... Did you post the right link? I'm looking at something entitled "HTML Template 10"

pb&j
08-28-2006, 02:05 PM
<a href="VALUE1" target="VALUE2">
<img src="VALUE3" border="0">
</a>

value1 = the url of the rightframe image or the webpage the rightframe image is located on.

value2 = the NAME value of the frame on the right.

value3 = the url of the leftframe image.

check out any frames or iframes tutorials regarding NAME and TARGET.