3
Views
1
Comments
Does not print complete html page
Question
Hi Everyone,

Attached page was created using Outsystems and now when I try to print this html page it prints only 3 pages and ignores rest of the content.

Check out the print preview on this page.

Has anybody faced the same problem or if anybody has a solution please let me know

Thank you
H
PrintSlideCase.mht
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Hiten,

I believe that has to do with the css overflow property. If you add this line to you eSpace stylesheet:
@media print  { .TableRecords_Frame { OVERFLOW: visible; height: auto; } }
it should print alright.

Cheers,
Tiago Simões
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.