Printer Friendly Pointer


(Aref Khandker) #1

Hi all,
I just thought that this might be useful. Now let's say we've created a printer friendly design called "print" with code name "print" set it all up as it says in the manual. Now instead of making tiresome links to another page to print something. simply add the following code into the <head> section of your parse file



<link rel=alternate media=print href="<MySource_PRINT var='asset_link' />?SQ_DESIGN_NAME=print&SQ_ACTION=print">



Then, whenever you hit the print button on your website, it'll automatically print the printer friendly version as opposed to the screen friendly version. Let me know if you find it useful!

Saint


(Dale Drechsler2) #2

nice, thanks for the post.


cheers

Dale


(Avi Miller) #3

Nice tip – note that this will only work with reasonably new browsers (IE6+, Firefox, etc).