Hi,
I have an html page with a vast amount of data. Part of this data is a very wide table. Currently, when i print preview the web page the RHS of the table is truncated to fit onto an A4 (or whatever page size the user has specified). I do not want to wrap the table onto the next row but would still like all the information to be printed on request.
Example;
"
<data>
<data>
<data>
<................Table................> // landscape????
<data>
<data>
" ^
/ \
|
|
A4 page truncates at this point.
1. I could set the print preview settings to print all data visible on the web page. However, i am unable to find a way of doing this. Are there any other methods?
2. Additionally i would like to set the page(s) for the table to be landscape. I am able to put a page break in using the CSS style page-break-before and page-break-after but unable to set the 'size' attribute to landscape due to it not being supported yet in current versions of IE (i think!). Is there any other way of doing this?
Hope someone can help as this has been bugging me for a while now!
Thanks,
I have an html page with a vast amount of data. Part of this data is a very wide table. Currently, when i print preview the web page the RHS of the table is truncated to fit onto an A4 (or whatever page size the user has specified). I do not want to wrap the table onto the next row but would still like all the information to be printed on request.
Example;
"
<data>
<data>
<data>
<................Table................> // landscape????
<data>
<data>
" ^
/ \
|
|
A4 page truncates at this point.
1. I could set the print preview settings to print all data visible on the web page. However, i am unable to find a way of doing this. Are there any other methods?
2. Additionally i would like to set the page(s) for the table to be landscape. I am able to put a page break in using the CSS style page-break-before and page-break-after but unable to set the 'size' attribute to landscape due to it not being supported yet in current versions of IE (i think!). Is there any other way of doing this?
Hope someone can help as this has been bugging me for a while now!
Thanks,