Page 1 of 1

printer friendly version html page with php script

Posted: Thu Apr 25, 2002 2:05 pm
by angelorigo
hi

Sombody knows a printer friendly version script in php ?

Posted: Thu Apr 25, 2002 2:47 pm
by Zmodem
I usually just strip out all CSS and display tags (like <font> for instance)

just black on white. Don' t really need anything fancy

hmm

Posted: Thu Apr 25, 2002 7:42 pm
by romeo
for my print friendly versions all i do is re-query the database and pull just the straight text and do a nl2br()

that way the only thing there is what they want.