Print

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2005, 14:06
Junior Member
Join Date: Sep 2005
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Sep 9th, 2005, 15:29
Junior Member
Join Date: Sep 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
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:

Code: Select all
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
Reply With Quote
  #3 (permalink)  
Old Sep 9th, 2005, 18:52
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
print

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 22:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43