20-07-2010, 12:01 PM
I think this'll do the job.
In your frame, the one with the images in eg.
[code=html]
<frame src="up_images.html">
[/code]
I'm not sure how your setup is but adding title="blank" to the image should do the trick.
[code=html]
<a href="http://google.co.uk" title="title" alt="alt" target="blank"><img src="pic.png" /> </a>
[/code]
In your frame, the one with the images in eg.
[code=html]
<frame src="up_images.html">
[/code]
I'm not sure how your setup is but adding title="blank" to the image should do the trick.
[code=html]
<a href="http://google.co.uk" title="title" alt="alt" target="blank"><img src="pic.png" /> </a>
[/code]