View Single Post
Old 09-19-2020, 01:21 AM   #6
deback
Book E d i t o r
deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.deback ought to be getting tired of karma fortunes by now.
 
Posts: 432
Karma: 288184
Join Date: May 2015
Device: Laptop
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;.
deback is offline   Reply With Quote