
I'm trying to find a way to print some selected (by me) parts of my site, with one click only.
There's a printer friendly option in any pages of my site, but what I want is to add in the main menu a voice/botton so that people can immediately get the printer friendly for some selected pages of my site.
I tried by adding a "Print" page with some kind of fantasy code like this:
Code: Select all
{Page 1 detailpage="Page 1"}
{Page 2 detailpage="Page 2"}
{Page 3 detailpage="Page 3"}
{Page 4 detailpage="Page 4"}
Thanks for any suggestion!
