Graphics are not embedded in web pages. An HTML image tag references the
location (URL) of the image that is to appear, and the browser requests it.
Chances are, your image links are relative, meaning that they do not contain
the full URL to the image, but only the relative path from the location of
the web page in the web. When you email the web page, you are making a copy
of it, but the copy no longer resides in the web site. Only image tags with
absolute URLs ("
http://...") will appear in that case.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
izzysheadache said:
When I e-mail web sites or pages, all the original graphics from Front
Page disappear. According to help, I am supposed to receive a prompt to
"Save embedded files" but I can't find it. This is for Front Page 2002.
Any advice?