Rank: Newbie
Joined: 8/22/2006 Posts: 2
|
hi,
I want to have a link in every page that would allow the visitor of the website to print the content. The view should contain only the content excluding the menu's on left and right. How do i this ?
thanks krishnan
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 190 Location: Norway
|
The good way, use CSS.. google for media=screen and media=print.
What you could do is to provide an alternative, printable template for your pages.. and have the print-me link add ?altTemplate=[template name here]. -eg, home.aspx?altTemplate=homePrint - where homePrint is an actual template you have.
Daniel
|
Rank: Newbie
Joined: 8/22/2006 Posts: 2
|
Thanks for the sugesstion , will try that over this weekend !! will ask for more , when i get stuck
krishnan
|