Log in

View Full Version : 3-year old Iframe prob



hilarypalooza
03-11-2006, 02:04 AM
Ok. Here's the story. 3 years ago, I started a website. I always seen how in professional websites, you have a layout and cool buttons like MEDIA and LINKS to go along with it. Ones that you made with your own layout.

It's 2006 and I really need to know how to do that. Like You have a layout.
In the middle of this layout is an iframe and you have buttons ready to link to it right. Now, I want to click on that IMAGE made button so that it will target the iframe and change the page to what i need. Does anyone know the code to that:confused Please write back! :confused: :(

Here's an example of my page.
http://www.geocities.com/hilarypalooza/automatic.html

You guys see the top where it says HILARY DUFF PALOOZA? On top of it is the new menu. I want to get those linked so the iframe will change.

jscheuer1
03-11-2006, 08:19 AM
Lookin' good Hilary! Use the target attribute in an anchor tag to target, by name, an iframe or frame:


<a href="http://www.geocities.com/hilarypalooza/hilary.html" target="palooza"><img height=9 width=47 src="http://www.geocities.com/hilarypalooza/automatichilarybutton.jpg" border=0 ></a>

hilarypalooza
03-11-2006, 08:19 PM
Thanks! That really helped me alot!;)