When using an image as a link, when your using iFrames how do you set the target. Baring in mind these are rollover images

When using an image as a link, when your using iFrames how do you set the target. Baring in mind these are rollover images
In the iframe code add:
name="content"
Ex. <iframe src="blah.php" width="100% height="100%" name="content"></iframe>
In the link add:
target="content"
Ex. <a href="news.php" target="content"><img src="blah.gif"></a>
Veteran Habbo.
Want to hide these adverts? Register an account for free!