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?
print stylesheet
Re: print stylesheet
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:
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.
-
- Power Poster
- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: print stylesheet
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
As sn3p said, you can easily add
{title}