I wrote a script php that takes some information from the database and outputs in certain format on the page. The output is like 50 pages. Each query must be output exactly on one page 8.5x11. In other words I need to print the output.
Example:
page1: Hello my name is ...
page2: Hello my name is ..
But the outputs is shifted in some pages. . Like query from one page is larger than for other .. So the output is shifted.
I need to format the output any ideas, how this can be achived. I thought to make a table with certain size like 8.5x11 but not sure if I can do this.
Thanks.