Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Quick solution for converting html formatted pages to printer friendly versions?
Old 12-01-2005, 12:31 PM Quick solution for converting html formatted pages to printer friendly versions?
kangarooelaine's Avatar
Average Talker

Posts: 28
Trades: 0
Hi, not sure this is the right forum, but here goes...

I'd like to make printer friendly versions of articles on a website I'm developing. Now, this is simple enough to do by hand when it's only a few articles. But I have lots and lots to do and I'm wondering if there is a quick method that will do this for me. Suggestions, anyone?

For what it's worth, the site is entirely HTML and I'm using Dreamweaver to develop and publish it.
kangarooelaine is offline
Reply With Quote
View Public Profile Visit kangarooelaine's homepage!
 
 
Register now for full access!
Old 12-01-2005, 12:54 PM
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
You can just use your existing pages, but use a print stylesheet and when the pages are printed, they will format for the printer:

http://alistapart.com/articles/goingtoprint
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Old 12-03-2005, 06:57 PM
Ultra Talker

Posts: 251
Location: Belgium, Antwerp, Zoersel
Trades: 0
If you think funkdaddu's text is too long, here's the ecential: wrap your css code in @media print{} for the printfriendly version, and in @media screen{} for the on screen verion:

e.g:
Code:
@media print{
  #menu{
    display:none;
  }
}
@media screen{
  #menu{
    display:block;
  }
}
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Orodreth is offline
Reply With Quote
View Public Profile Visit Orodreth's homepage!
 
Old 12-06-2005, 05:11 AM
dotcomguy's Avatar
Skilled Talker

Posts: 89
Location: Manchester, UK
Trades: 0
Quote:
Originally Posted by Orodreth
If you think funkdaddu's text is too long, here's the ecential: wrap your css code in @media print{} for the printfriendly version, and in @media screen{} for the on screen verion:

e.g:
Code:
@media print{
  #menu{
    display:none;
  }
}
@media screen{
  #menu{
    display:block;
  }
}
This is the best way to do it, but you can get a javascript to do the same thing if your struggling with CSS.

Google Search
__________________

Please login or register to view this content. Registration is FREE
from just $1.85 per post.
dotcomguy is offline
Reply With Quote
View Public Profile Visit dotcomguy's homepage!
 
Reply     « Reply to Quick solution for converting html formatted pages to printer friendly versions?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20578 seconds with 12 queries