Adding "Print Me" Code to an HTML document.

The code below can be added to a page if you want to have a "Print This Page" option on the page. Especially good in HTML pages within ANGEL...


<div class="normalDiv" align="center">
<span class="normalSpan">
<small>
<a style="text-decoration: none" href="javascript:self.focus(); self.print();">
<font color="#000000">Print this page>
</font>
</a>
</small>
</span>
</div>