| Author |
cms 2001 printable version
|
|
|
| Anyone know how I can create a temporary posting on the
fly for a "Printable version"?
Thanks
jim
| |
| Angus Logan 2004-09-02, 6:23 pm |
| Hi Jim,
There are a few options:
- If you are familiar with the concept of Connected Pages - You could use
them - 1 rich (on screen) template and then 1 'printer friendly' template.
- You could also use CSS - one CSS for on scree and another for printer
friendly
- Look at the MSIB Plus Pack (www.msibpluspack.com) page transformer feature
that will strip certain tags out of the HTML before rendering it
Also you could see Luke's article on this issue:
http://blogs.msdn.com/luke/articles/94644.aspx - but this uses the
'Rawcontent' property (unrecommended) so see Stefan's article on 'Accessing
placeholder content and Datasource.RawContent'
(http://weblogs.asp.net/stefan_gossn.../24/119546.aspx)
Regards
--
________________________________________
Angus Logan (MCAD/MCDBA/MCP)
Lead Software Developer
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
________________________________________
"Jim" <anonymous@discussions.microsoft.com> wrote in message
news:370001c48f61$c3281480$a301280a@phx.gbl...
> Anyone know how I can create a temporary posting on the
> fly for a "Printable version"?
> Thanks
> jim
| |
| Mei Ying \(MVP\) 2004-09-02, 6:23 pm |
| Or use Template switching by creating a separate template
for the printer-friendly version. Check out this method:
Autosession.URLUsingAlternateTemplate() which is available
in MCMS 2001.
>-----Original Message-----
>Hi Jim,
>
>There are a few options:
>- If you are familiar with the concept of Connected
Pages - You could use
>them - 1 rich (on screen) template and then 1 'printer
friendly' template.
>- You could also use CSS - one CSS for on scree and
another for printer
>friendly
>- Look at the MSIB Plus Pack (www.msibpluspack.com) page
transformer feature
>that will strip certain tags out of the HTML before
rendering it
>
>Also you could see Luke's article on this issue:
>http://blogs.msdn.com/luke/articles/94644.aspx - but this
uses the
>'Rawcontent' property (unrecommended) so see Stefan's
article on 'Accessing
>placeholder content and Datasource.RawContent'
>
(http://weblogs.asp.net/stefan_gossn...ve/2004/04/24/1
19546.aspx)
>
>Regards
>--
> ________________________________________
>
>Angus Logan (MCAD/MCDBA/MCP)
>Lead Software Developer
>Microsoft Application Solutions
>Data#3 Limited
>E angus_logan@data3.com.au
>BLOG www.anguslogan.com
> ________________________________________
>
>"Jim" <anonymous@discussions.microsoft.com> wrote in
message
>news:370001c48f61$c3281480$a301280a@phx.gbl...
>
>
>.
>
| |
|
|
|
|