This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > April 2004 > printing question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I need my web site visitor to print an order form, how do I achieve this
without headers , borders , footers etc printing
best regards
Paul
| |
| Tom Pepper Willett 2004-04-29, 10:34 pm |
| You will need to create a "printer friendly" page without the headers,
borders, footers, etc.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/fro...fo/default.mspx
http://msdn.microsoft.com/office/un...ding/frontpage/
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
=====================================================
"Paul" <mail@paulharris.org.uk> wrote in message
news:emRjLziLEHA.3664@TK2MSFTNGP10.phx.gbl...
| I need my web site visitor to print an order form, how do I achieve this
| without headers , borders , footers etc printing
|
| best regards
|
| Paul
|
|
| |
| Jon Spivey 2004-04-29, 10:34 pm |
| or you can make a print stylehseet like ths
<style type="text/css" media="print">
..noPrint{
display:none !important;
}
</style>
or stick this in a seperate print stylesheet and link it in like this
<link rel="stylesheet" type"text/css" href="print.css" media="print">
and then give anything you don't want to print the class noPrint, eg
<p class="noPrint">this text won't print</p>
Only downside is NN4 will ignore it - but every other browser will be fine
--
Cheers,
Jon
Microsoft MVP - FP
Tom Pepper Willett wrote:[color=darkred]
> You will need to create a "printer friendly" page without the headers,
> borders, footers, etc.
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|