I am trying to get phpadsnew running off a link in a perl/cgi script so I put in and iframe link like this: <iframe width = 468 height = 60 align = center src="http://mydomain/pan/adview.php"> </iframe> Problem is that the banner which is a 468X60 just shrinks when I do that and its surrounded by a heavy looking frame too. But why the whitespace? When I change the width to 480 and height to 70 then its back to normal size but still it always has this whitespace around the banner and then this thick border around the whitepace...how do I get rid of that in an iframe?