How can i design my webpage so when the page is printed it fits on a printed piece of paper.?
When I print our webpage, the sides fall off of the page and print on another page. In addition, the page breaks at an odd place at the bottom. On screen, it looks fine
Use CSS to design different style sheets for screen and print media.
Use CSS to design different style sheets for screen and print media.
References :
Google search about CSS (Cascading Style Sheets). There is a special CSS tag that allows printing out of HTML pages, that will print only the necessary elements of the page and allow it to fit on a single page.
References :