I don't know if your home page has anything "dynamic" or if it's graphics
are too "heavy" to use as stationary. I think i speak for the majority in
that I hate it when people send me large html emails with lots of images
etc. , especially for "run of the mill" emails.
Here is the way to go, make your copy of your format locally and then
publish it to your server. then on your local copy in the <head> of the
page put this:
<BASE href=
http://www.exmple.com/> where example.com is your domain name.
that will make it so the image refrances and stuff all point to a file on
the server.
so, once you've done that you've got a local web page pointing to
referances on your server. that's your stationary. how you use it depends
on your email program and the above instructions only go so far, there are
certain things you may or may not want in the page code as well.
HTH