View Full Version : Picture around Iframe?


sum41
05-09-2003, 01:20 AM
I really know I shouldn't do this on my first post here, but I won't leave after this post anyway! (><) *shakes head* I am a newbie to this whole website thing. Lissa's tutorials really helped but I am still very confuzzled.

I am really stuck on a layout for iframes. I used this tutorial:

http://www.kutekitten.com/content/tutorials/tutorial/iframestutorial.html

But I still don't get it. I only have Paint. *sighs* :(

Here is the image: http://www.angelfire.com/ex/ih8u/DOOG.GIF

I want to put an iframes inside the black square, right to the little icons and inside the border. I can't find the code! :( My Microsoft Frontpage thing doesn't work on my Laptop for some strange reason...

And does anyone know how to make the little icons link to a page that will go inside the iframe?

When I make the site I will link anyone who helps on the front page. (With credit.) I'm really, really sorry, but I'm too desperate!!! TT_TT

Thank you!!! (^^)

apples
05-09-2003, 04:23 AM
To make the images link to inside the IFrame, just put the name of the IFrame inside of the link like this:

<a href="link" target="iframe"><IMG SRC="image"></a>

To position the Frame anywhere, just change the numbers here:

<iframe src="iframe.html" id="iframe" width="450" height="515" style="position: absolute; left: 11px; top: 11px;"></iframe>

sum41
05-09-2003, 10:01 PM
Thanks so much ^_^, but it still doesn't make sense. I don't know how wide or tall the iframe number should be. The number positioning is annoying. >< And the whole thing is one image so I can't link the image. I guess I need an image mapping thing...-_-'
Now it looks like this:
http://www.angelfire.com/ex/ih8u/index.html

sum41
05-11-2003, 09:17 PM
Um...okies, nvm! Thanks though. I got it by messing around with the numbers. It took a billion years, but I got it! *laughs hysterically* Remember folks, always try to do it by yourself instead of asking others first, keep on trying, don't give up!!! (^_^) Screw with the numbers and code, you'll eventually get it!!!