• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Something is missing in the templates.

AC

Problem was that IE5.5 would always load the print stylesheet, so finally I had removed it from normal view. So clicking on the browser's print button would not load the print style, only the Printable button (and that one leads to a special print template).

The solution was not that hard after all:

Include css with media 'all':

<style type="text/css" media="all">
   @import url("%PUBURLPATH%/%TWIKIWEB%/PatternSkin/print.css");
</style>
and put in the stylesheet:
@media print {
   styles here
}

AC

ItemTemplate
Summary When printing a view page, the print style is not called
ReportedBy TWiki:Main.ArthurClemens
Codebase

SVN Range Sat, 06 May 2006 build 10108
AppliesTo Extension
Component PatternSkin
Priority Normal
CurrentState Closed
WaitingFor

Checkins 10243 10244
TargetRelease patch
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2006-05-18 - ArthurClemens
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback