View Full Version : targetting links to the i-frame


eemer
10-29-2005, 02:41 PM
I read the FAQ, '<a href="http://your link" target="the frame name here">your link name</a>'.. right?

Well what's the name of my frame? How do you know? I build my site in pagebuilder but transfer the html over to angeltowns. This is an example of the html I have..

<td><font color="#B0C8CF" face="Verdana" size="-2"><span style="font-size:10">x </span></font><a href="http://angeltowns3.net/vinyltrip/home.html"><font color="#B0C8CF" face="Verdana" size="-2"><span style="font-size:10">home</span></font></a><font color="#B0C8CF" face="Verdana" size="-2"><span style="font-size:10"><br>x </span></font><a href="http://angeltowns3.net/vinyltrip/eemer.html"><font color="#B0C8CF" face="Verdana" size="-2"><span style="font-size:10">eemer</span></font></a>

I want those links to be targetted into the i frame.. thanks for any help!!

starlet
10-29-2005, 02:54 PM
We need to see the code you used for the IFrame...it should look a little something like this:

<IFRAME name="inlineframe" src="yoururl.html" width=200 height=200 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME>


The part in bold is what you use as the target, in this case inlineframe.

eemer
10-30-2005, 11:28 AM
Thanks, I've got it now! So grateful!! <3