|
Karl -> RE: Print This Page Button (1/20/2005 8:07:41)
|
All, I usually use: <a id="gotoprint" href="javascript:window.print();" title="Print page">Print page</a> Cathy, In response to your question: quote:
How is a " printer friendly" version of the hyothetical page set up? When building your site, you can link to an external style sheet while setting the media to "print". Par example:
<style type="text/css" media="print">@import "print.css";</style> Have a look at this post in the CSS Forum: Print pages using CSS HTH, Karl
|
|
|
|