English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how do you shorten the width of the home page? page is too wide when I want to print something. I cannot get the whole page on the paper from the printer.

2006-08-11 06:49:43 · 3 answers · asked by Patsy S 1 in Computers & Internet Programming & Design

3 answers

Under print properties there should be a "shrink to fit" option.

2006-08-11 07:16:42 · answer #1 · answered by Wizzerd 3 · 0 0

Don't you hate that when they design that page that way? Of course, they make it to fit the screen not the printed page.

There is no easy way to resize the page.

You can highlight the section of the page you want to print, do a copy and then paste it into a word processor (such as Word, Wordpad, or even notepad) and it print it. It will not look as pretty, but you will have all the information.

2006-08-11 07:00:06 · answer #2 · answered by dewcoons 7 · 0 0

Add this CSS which sets the page width to 400px:
body { width: 400px; }

"standard" page widths are , more or less, 50px smaller than the screen size. The 50px allows for the browser frame and vertical scroll bars.

If you have no css section, add these lines inside the section:

2006-08-11 07:30:30 · answer #3 · answered by sheeple_rancher 5 · 0 0

fedest.com, questions and answers