Page 1 of 1

print stylesheet

Posted: Fri Jun 08, 2007 5:23 pm
by lie2815
Quick question:
In the print stylesheet, how can I make the title (h1) show up?
It is weird, h1 is not even in the list of tags that will not be displayed.
What did I miss?

Re: print stylesheet

Posted: Sun Jul 20, 2008 6:13 pm
by sn3p
I'm guesing you refer to the Printing module?
Default the Printing module only prints the content of a page, and leaves everything else out.
You can modify the print template in "Printer Friendly Pages" under the Content tab (atleast in cmsms 1.3.1).
There you can add the title above the content:

Code: Select all

<h1>{title}</h1>
{content}

Re: print stylesheet

Posted: Sun Jul 20, 2008 7:56 pm
by christiaans
I'm not sure what you mean either, but you can style the entire print template by defining the styles in the "Override print stylesheet" tab. Also, the print template is easily stylable under the "Print template" tab.

As sn3p said, you can easily add
{title}