Printing

  • Thread starter Thread starter Sue
  • Start date Start date
S

Sue

Hi,

I have a command button to print the web page. However,
not everything on the page is printed. For an example,
my data are organized into tables and that table is big
so not everything on the right side gets printed. Is
there a way to shrink everything so that everything can
be printed? An example is like microsoft excel where
there is a page setup that has "fit on one page" option.

Thanks.
Sue
 
Hi Sue,

You'll need to use CSS with @media to scale the page to fit a standard 8.5 x 11 sheet.
 
you need to make sure your page is displayed within the confines of a sheet of A4
paper. (your physical monitor width is not the same size as a piece of paper!).
Or you can duplicate the site and create the pages you want available to print as
'print friendly'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top