Printable versions of files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm creating very large Intranet site that ow needs to have files that have printable versions available. Any ideas on how I shouls do this

Many thank

Paul
 
Simply built a new page containly only the material that needs to be printed
and link to it from the original more complicted page. Probably put
everything in a single table about 640 pixels wide, aligned left. Experimant
with your printer.
ETC
Paul Chambers said:
I'm creating very large Intranet site that ow needs to have files that
have printable versions available. Any ideas on how I shouls do this?
 
Recommend you keep your related questions and follow-ups in a single thread and wait for someone to respond

--




| I'm creating very large Intranet site that ow needs to have files that have printable versions available. Any ideas on how I
shouls do this?
|
|
| Many thanks
|
|
| Paul
 
Paul,

If you're up to it, you could look at using Cascading Style Sheets (CSS) to
accomplish this. The nifty thing about this solution is that you don't have
to create multiple pages. A single page can display differently based on
whether it's being displayed in the browser vs. displayed in print (or on a
PDA, etc.).
http://www.alistapart.com/articles/goingtoprint/

And for some basics on CSS:
http://www.w3schools.com/css/
http://www.mako4css.com
http://www.echoecho.com/css.htm

This article gives an interesting solution using CSS and JavaScript:
http://www.4guysfromrolla.com/webtech/061103-1.2.shtml

Good luck!

--
Jack Brewster - Microsoft FrontPage MVP

Paul Chambers said:
I'm creating very large Intranet site that ow needs to have files that
have printable versions available. Any ideas on how I shouls do this?
 
Back
Top