cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Print

Former Member
0 Kudos

I am new to this forum, I need help in print. My question is How to hide the print button, in style sheet?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I think print button is visible in the printed sheet.

if you dont want to show the print button use following code.hope it will be more helpful for you

<style type="text/css" media="print">
  a { display: none; }
</style>

Regards

Dhinakar

Answers (0)