J
Jeremy
I have a script print.asp that grabs text from webpages in printer friendly
form.
I need to put in a header that will show on the screen output of the script,
but not on the printed output.
The statement I have written is:
response.write "<p align='right' ><font size='2' face='verdana'>Use Print
Setup in your browser menu to set the margins of your printed text. Use
Print Preview to check the results before you print. This tip will not be
show in your printed output, or in Print Preview.</p>
I know I need to add an inline @media print {display:none} type of command,
but I can't get the syntax right.
Can someone please tell me how to do this? Thanks!
form.
I need to put in a header that will show on the screen output of the script,
but not on the printed output.
The statement I have written is:
response.write "<p align='right' ><font size='2' face='verdana'>Use Print
Setup in your browser menu to set the margins of your printed text. Use
Print Preview to check the results before you print. This tip will not be
show in your printed output, or in Print Preview.</p>
I know I need to add an inline @media print {display:none} type of command,
but I can't get the syntax right.
Can someone please tell me how to do this? Thanks!