Using a FP htm page in an email

  • Thread starter FairfieldSeniorsGroup
  • Start date
F

FairfieldSeniorsGroup

I have a FP htm page that I would like to send out as an email.

Can I do this and how?
 
K

Kevin Spencer

Sure. How, depends upon what mail reader you use. The basic principle is
this: Create an email message in HTML format. Copy the HTML source from your
web page. Go to source code view in the email, and paste. Note that image
links must be changed to absolute URLs ("http://..."), pointing to the URLs
of the images on your web site.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Top