1
Answer

Page printing :

arjun

arjun

11y
1.4k
1
Hello,

I have fill GridView in a page. It has more number of rows. If I want to print the page then some rows are disturbed at the end of the  page. How can I rectify this problem. I dont want to use paging concept in this process. Please give me reply as soon as possible.

Thanks & Regards,
Arjun
Answers (1)
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi, as for the text-align:center

I replaced it with <center>...</center>

and it worked, thanks.
0
abed akhi

abed akhi

NA 57 23.5k 12y
Hi,

so for the float I replaced it with :

.inline
{
    
    display:inline-block;
    display:-moz-inline-box;
    vertical-align:top;
    
 }

and it worked on all the browsers but what about the text-align:center how should I fix it?