Hello all,
I have a page with a wide (say around 3000px) horizontal graph which is normally scrollable.
In the printing version I render the entire graph, (I actually have a separate JAvascript/HTML code for the printing version), so it takes lets say three A4 widths (landscape) on the screen.
In this situtation I see the browser (FF3 in this case) does not allow me to print the wide page on several paper sheets (based on the print preview).
It seems like the only way to have the entire document printed is to have the user set zoom level to 30%, and then the entire graph fits on a single A4.
I must be missing some CSS directive there, but was unable to google it anywhere.
Will appreciate pointers/ideas.
Thanks.