RE: .chm setup: any way to have version appear on printout?

Subject: RE: .chm setup: any way to have version appear on printout?
From: "Jochim, Rainer 3139 PPE-T" <Rainer -dot- Jochim -at- de -dot- heidelberg -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Wed, 7 Feb 2001 16:45:31 +0100

Sorry, my link was misleading.
It might be much easier than that, no real scripting required.
Just create a stylesheet with different properties for different media like
in this little sample:

<Style>
@media screen { .footer {display: none;} }
@media print { .footer {display: inline; font-size: 80%} }
</Style>

<p>text text text ...</p>
<p class="footer">This version no. should only appear in print: version
123</p>

HTH
Rainer Jochim

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Develop HTML-Based Help with Macromedia Dreamweaver 4 ($100 STC Discount)
**WEST COAST LOCATIONS** San Jose (Mar 1-2), San Francisco (Apr 16-17)
http://www.weisner.com/training/dreamweaver_help.htm or 800-646-9989.

Sponsored by ForeFront, Inc., maker of ForeHelp Help authoring tools
for print, WinHelp, HTML Help, JavaHelp, and cross-platform InterHelp
See www.forehelp.com for more information and free evaluation downloads

---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit
http://www.raycomm.com/techwhirl/ for more resources and info.


Previous by Author: RE: .chm setup: any way to have version appear on printout?
Next by Author: Great Approach to Help Presentation on MacOSX
Previous by Thread: RE: .chm setup: any way to have version appear on printout?
Next by Thread: SUMMARY: How (un)popular is JavaHelp?


What this post helpful? Share it with friends and colleagues:


Sponsored Ads