print stylesheet

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
lie2815
Forum Members
Forum Members
Posts: 34
Joined: Thu Mar 15, 2007 10:25 pm

print stylesheet

Post 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?
sn3p
Forum Members
Forum Members
Posts: 169
Joined: Mon Oct 15, 2007 2:27 pm

Re: print stylesheet

Post 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}
Last edited by sn3p on Sun Jul 20, 2008 6:18 pm, edited 1 time in total.
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: print stylesheet

Post 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}
Post Reply

Return to “Layout and Design (CSS & HTML)”