This is a discussion on "Print" within the JavaScript Forum section. This forum, and the thread "Print are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Print
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Print
I've inherited a site and it is now required that you can print one of the pages. Unfortunately the page is 730 pixels wide due to the menu bar at the top and is therefore to wide to fit on paper. Is there anyway to scale the page down so you don't loose any data or to possibly remove the menus at the top and resize the table that the data is in?
I'm currently using [img]SolarFS.co.uk/images/print.png[/img] to print but would change it to anything that works. |
|
|
|
|||
|
I don't think 730px should be too wide, but if the site was done in CSS you can create a separate stylesheet just for printing:
|
|
|||
|
Like Ellio says you'd want to create a CSS file for the print media type. With that you can change widths around, font sizes, colors, and even remove images that don't need printed.
|
![]() |
| Tags |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Print Without Prompt | chrisgeast | JavaScript Forum | 2 | Sep 7th, 2007 10:34 |
| IE Print issue | moojoo | Web Page Design | 11 | Sep 29th, 2006 09:16 |
| print from my website | dber | Web Page Design | 7 | Jun 24th, 2006 22:54 |
| css - print and screen? | cyberpac9 | Web Page Design | 0 | Jan 3rd, 2006 20:45 |
| Echo vs Print | Sqrlgrl | PHP Forum | 3 | May 30th, 2005 22:31 |