Jes Sie

Jes Sie

  • 691
  • 1.2k
  • 262.4k

Placing the gridview at the 2nd page after the footer. (CSS)

Oct 26 2017 3:07 AM
Can someone help me on the css side on the picture below?
I need to position the gridview at the second page after the footer. My knowledge in CSS is very limited. Below is what I have so far but no good.
  1. style="margin-bottom:-750px; bottom:-750px; position:relative;  
Below is my CSS for the footer:
  1. #footer {  
  2.     position: absolute;  
  3.     bottom: 0;  
  4.     width: 100%;  
  5.     height: 50px;   
  6.     text-align:center;  
  7.     font-family:'Phetsarath OT';  
  8.     font-size: 8pt;  
  9. }  
 Thanks in advance for any help.

Answers (1)