View Full Version : I'm stuck, I need help.


masque
12-25-2005, 08:24 PM
Okies, I have a problem. I'm rather new to HTML, but I know the basics and such. My problem is the following:

http://i3.photobucket.com/albums/y53/masque87/HELP.png

I made a page called Me.html. now I want Me.html to open up in the box on my index.html when someone clicks the X. But I'm totally stuck, I don't know how to do it and I have searched the web for 2 hours, but I couldn't find anything helpfull. Can anyonehelp me, please?

Love, masque.

pb&j
12-25-2005, 08:54 PM
1. create an iframe.
2. use css positioning to place the iframe into the right spot on your page.
3. add a target in your link tag to open the link inside the iframe.

iframe and css tutorials can be found in the main lissa site.

masque
12-27-2005, 09:32 AM
Thank you so much! It worked :stickout:

<3 masque

pb&j
12-27-2005, 04:47 PM
no worries. have fun!