“Full screen”

When I use the following code to create an iframe:

<iframe src="https://stackoverflow.com/questions/3982422/mypage.html" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe>

The iframe doesn’t go all the way—a 10px white “border” surrounds the iframe. How could I solve this?

Here is an image of the problem:

Screenshot of site

10 Answers
10

Leave a Comment