There are many things that can cause blank pages: Top and bottom margins of more than zero, <br> codes, and other codes that create blank space. Check the lines at the top and bottom of the image file page for codes that create spaces or a line space. Your CSS code for the image file should be: width: 100%; and height: 100%;. Your CSS code for the <p> or <div> statement above the image file code should be margin: 0; and text-align: center;.
|