View Full Version : inline frame targetting


strgrl10
03-02-2003, 07:04 PM
hi.. is it possible to target pictures intonan inline frame? well actually i know it's possible but how would i do it? please help
thanx

stinkysocks
03-02-2003, 07:06 PM
Hi
I'd like to help you but I don't even know what targeting is since Lissa's link is not working on my computer...would u mind explaining to me what it does, ad how rto do it?I'd really appreciate it.
Thank you
Catherine

strgrl10
03-02-2003, 07:11 PM
oh ok...thanks but if you dont know what targetting is then you probabaly cant help me....but lets give it a shot ^_^. its like um... do you know whhat an inline frame is? well if you do targetting is like making a link and having lead into the inline frame.... i want to know how to do that with images ^_^ hope that explained a lil

stinkysocks
03-02-2003, 07:24 PM
umm I see Because on my page I have this:
<iframe src="menu.html" name="inlineframe" width="200" height="600" style="border: 5 solid #000000"></iframe>
just on my page, I didn't do anything else(besides making a pge name menu.html and the inline frame won't work...do u know what I did wrong, or if I skipped a part?

strgrl10
03-02-2003, 07:28 PM
well we're kinda gettin off the subject of my question but ide love to help. i got my iframe code from here... lissa explains .com go to the very bottom" of frames and you'll see i frames. i used lissas code and it worked so go look at her page

Sheila
03-03-2003, 06:36 AM
Originally posted by strgrl10
hi.. is it possible to target pictures intonan inline frame? well actually i know it's possible but how would i do it? please help
thanx

<a href="Your Link" target="NameOfYourIframe"><img src="your image"></a>

Is that what you are asking?

strgrl10
03-03-2003, 07:59 PM
umm...im not good with html lol so im not sure... what i want to do is instead of regular text link leading to my iframe i want to be able to have a image be linked. that way when you click the image...(say it was a pic of a cloud that said "me" on it) the me page with links about me and stuff will pop up in my inline frame.. get it?
thanks anywayz or in advanced :)

strgrl10
03-03-2003, 08:12 PM
oh yeah...actually it worked! thanks so much!!!!!

strgrl10
03-04-2003, 02:34 AM
WAIT WAIT WAIT!!!! i really appreciate the code and everything :) but look what happens to the image when i target it to my frame... on the page the image button (the target link) doesn't lead to a page, but do you see the red border around the image? is there a way to get rid of that?
The site (http://www.geocities.com/bst2009/BMmain)

this is the code i put in: <a href="wowsers.html" target="inlineframe"><img src="backdollbutton.gif"></a>

somebody please help if they can! thanks so much!

epolady
03-04-2003, 04:16 AM
<img src="someimage.gif" border="0">

Or in your CSS, put

img{
border : 0;
}

strgrl10
03-04-2003, 07:54 PM
OMG thank you so much!