Page 1 of 1

printerfriendly php page

Posted: Tue Dec 07, 2010 11:57 am
by Anant
Hi,

I have a php page with list of question and user enters answer -
Now question is how can i have a printer friendly page - i mean what is the best approach. I want user to be able to print the question and answer with score but leave the questions they have not answered.

I hope this makes some sense - if not let me know and i will try to explain more.

Thanks

Re: printerfriendly php page

Posted: Tue Dec 07, 2010 12:18 pm
by social_experiment
Anant wrote:Now question is how can i have a printer friendly page - i mean what is the best approach
You'd probably have a printer friendly stylesheet attached to the page.

Code: Select all

<link href="printerstyle.css" type="text/css" rel="stylesheet" type="print" />