Right, firstly, you cannot embed an image into html.
html is a markup language, it does not get compiled with all images into one file.
To out am image onto a page, you can use the IMG tag as follows:
<img src="name or address of image" alt="alternative text displayed before image loads" />
If you want to e-mail the html page, you have to e-mail the image as well.
Just attach both to the e-mail
Good Luck
Alexander.M.Pizzoferro.
|