I have a long page that contains few separate information blocks. When
I print the page by means of window.print(), the content is
automatically divided by pages.
I look through and find I can do it if I load blocks in separate
frames. But there is a new problem. There are ten or more blocks. When
I load the content it is unreadable.
- If frameset fits to the screen, then the result looks like many
horizontal stripes with scrolling. The more blocks need to be shown,
more unreadable page becomes.
- If frameset is more than screen (blocks occupied their own height
without scrolling), then some content becomes invisible because
frameset has no scrolling.
I have two questions:
1.Is there any way to divide the content by blocks for printing without
frames?
2.If not, is there any way to scroll frameset?