If you want it to be unprintable, you could stop newbie users from
printing directly from the page by putting:
<style type="text/css" media="print">
body { display: none }
</style>
Between the <head> tags.
If you want it to be unprintable, you could stop newbie users from
printing directly from the page by putting:
<style type="text/css" media="print">
body { display: none }
</style>
Between the <head> tags.
No comments:
Post a Comment
Post your comments here: