PDA

View Full Version : iframe confusion


x-sugarysweet-x
August 11th, 2006, 04:53 PM
HI
on my piczo website instead of my links leading to my other pages i would like them to appear in my iframe that i have on my homepage but im not sure how to do so! anyone out there know what i need to do?

all help is apreciated :happy:

X-sugarysweet-X

degsy
August 11th, 2006, 06:07 PM
My first recommendation would be to ditch the iframes :D

You need to target your links.

e.g.

<a href="page.htm" target="myIframe">link</a>

<iframe name="myIframe"></iframe>