Hello,
sorry to take so long I just got this message at 11:30p.m. tonight and it seems Im not to late. If I were you I would try this:
====================================================
<html>
<head>
<title>A genius made this</title>
</head>
<body>
<style media="print" type="text/css">
.noprint {display:none;}
textarea {border:0;}
</style>
<style>
textarea
{
overflow:auto;
}
</style>
<table border=0 class="noprint"><!--everything inside this table will NOT print-->
<td><a href="blah.html" onClick="window.print()" class="noprint">Blah</a></td>
</table>
</body>
</html>
=====================================================
Hope this helps,
Code One