Printer Friendly Page

  • Thread starter Thread starter Cal Lehman
  • Start date Start date
C

Cal Lehman

I'm using FP 2003 and want to create a printer friendly
page. When select new page and then blank page I still
get the theme I'm using on the rest of the site. When I
select no theme I still get the common header and footer
used throught my site. How do I get a clean white copy of
a page for visitors to print.

Cal Lehman
 
sounds like you're using a "shared border" try to delete them from the
page.
On another note you can use .css to provide a "printer friendly" version of
the very same page (no need to make a second page). I have one here:
http://nedp.net/newh/xmas you can view the source code and follow the links
to the style sheets if you like.
HTH
 
I'd go with external, that way you can use an @media rule to tell it to
switch for the "print version"
 
Back
Top