Embedding image in web page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to "embed" an image in a web page so the image file is
actually contained in the html code for the page, i.e., so the image file
would not need a link (src= or background=) to say the image folder? Or so
the link would be to someplace within the html code for the page? I realize
that would increase the file size of the page but I am not concerned about
that.
 
HTML doesn't work that way.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I need to use a web page as content for an email, and I need everthing to be
embedded in the email.
 
You can use Outlook Express to create and sent your email with the images embedded.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top