Even After setting the frameborder attribute in the iframe to 0 there is still some white space present around the iframe border (unlike the original url/link page). Is ther
Maybe that whitespace is actually the outside margin of the document loaded in the . Try styling the loaded document with:
html, body { border: 0px; margin: 0px; padding: 0px; }