Baby steps - combining Javascript and HTML in RH7
Help, please!
I know nothing about HTML programming, and I have several small links I would like to use with Javascript code.
This is one link for the user to click on:
<p style="font-size: 8pt; text-align: center;" align=center>Print this
page</td>
I have this little piece of Javascript:
<a href="javascript:window.print()">Print this page</a>
How do I put the two together?
I don't have time to learn HTML - I need to get this working by tomorrow!
Thanks for any help...

