Image is called into the Iframe via a php script
- Code: Select all
<?php @readfile('http://hovedogs.co.uk/gallery/gallery2/main.php?g2_view=imageblock.External&g2_blocks=randomImage&g2_show=title&g2_linkTarget=_top&g2_link=http://retiredgreyhounds.info/site_new/gallery/available.html'); ?>
This is designed to open the gallery to view the specific album which works fine.
The only issue I have is that within IE8 and probably other versions the images in the Iframe are rendered with a hyperlink border that I want to get rid of. It does not seem to be the case when viewing in other browsers such as Safari, Opera or Mozilla.
I have tried adding various codes into the gallery css file but this seems to have no effect at all. Is their a "border=none" code that the Iframe code will accept and would it stop it?
Has anyone any ideas how to stop this happening please?
Thanks in Advance...Mike.

