I use what Dave suggests and also and this site:
vLetter Home - Real Cursive Handwriting Fonts
To put it in the margin, just set up your CSS styles like so:
Code:
#handwrite1 {
position: absolute;
right: 30px;
}
#handwrite2 {
position: absolute;
left: 120px;
}
The first one positions the handwritten text 30 pixels from the right side of the screen. The second one is 120 pixels from the left.
To invoke the right (first) one, use this code:
Code:
<img src="images/handwrite1.gif" border=0 id="handwrite1">
You can see an example of it here:
The Copywriter's Toolkit
John