by BFChris » Mon Jul 18, 2011 9:38 am
Printing is easy. Look for CSS print stylesheets, such as the tutorial here:
http://www.alistapart.com/articles/goingtoprint/
The basic idea is that you add some CSS styles for printing only to the page's styles, adding "display:none" for any parts (headers, navigation, etc.) that aren't needed on the printed page.
Mailing is a bit trickier, but....
Lexiconn's module is a PHP/SQL based set-up.
So, with some additions to the page's PHP codebase, you can use the "mail()" function in PHP to send it.
http://www.w3schools.com/PHP/func_mail_mail.asp
~Chris
~~Barefoot Chris
--------------------------------
Barefoot Chris Web Design
www.barefootchris.net
--------------------------------