Click to See Complete Forum and Search --> : linking and targeting with an image...
starlet
11-13-2005, 07:13 PM
I have an inline frame on my page and want to link to it from the main page it resides on. I want to link to it with an image, much like a button would, but it just won't work. It targets but links only part of the URL I've typed. Can anybody please help? Thank you.
kelly23
11-13-2005, 07:59 PM
How about posting the code you're using.
starlet
11-13-2005, 09:14 PM
"my url" "target=inline"
Something like that, it was recc. by somebody else. It targets, it just targets the wrong thing.
kelly23
11-13-2005, 09:41 PM
What's the name of your iframe?
starlet
11-14-2005, 04:21 PM
Inline , oh and the code is exactly like this:
"http://www.geocities.com/rbsprin/beauty.html" target="inlineframe"
kelly23
11-14-2005, 04:32 PM
Hi,
It should be like this:
<a href="http://www.geocities.com/rbsprin/beauty.html" target="inline"><img src="path-to-your-image.jpg" border="0"></a>
starlet
11-15-2005, 06:58 PM
thank you! That's just what I needed. thanks again!! ~
starlet
11-15-2005, 07:10 PM
I just tried the code and my image does show up, but it doesn't target! Here's my URL so you can see the whole thing:
http://www.geocities.com/rbsprin/sweetslayout.html
Thank you so much for working at this with me!!
kelly23
11-15-2005, 08:29 PM
The name of your iframe is called inlineframe, not inline. You mentioned both above so I guessed and used "inline", but after seeing the source code I see that it's actually called "inlineframe". Change the target to "inlineframe" and that should do it.
starlet
11-16-2005, 07:39 PM
yeah! thank you so much. It finally worked. thanks again for all your help!
kelly23
11-16-2005, 07:50 PM
You're welcome. :)