May 19, 2006 #1 yongbum Programmer Dec 15, 2005 48 IL Hi I have an printer icon with onclick="window.print()". What I want to know is how to refer to the css style for the print thanks for any help remember 2 wrongs don't make a right but 3 lefts do.
Hi I have an printer icon with onclick="window.print()". What I want to know is how to refer to the css style for the print thanks for any help remember 2 wrongs don't make a right but 3 lefts do.
May 19, 2006 #2 glenmac Technical User Jul 3, 2002 947 CA Code: <style media="print"> body{color:pink;} </style> Glen http://lantzvillecomputers.com Upvote 0 Downvote
May 19, 2006 #3 glenmac Technical User Jul 3, 2002 947 CA oops submitted too fast. You would include it in the head of the document. Glen http://lantzvillecomputers.com Upvote 0 Downvote
oops submitted too fast. You would include it in the head of the document. Glen http://lantzvillecomputers.com