Click to See Complete Forum and Search --> : emailing a web page


brucenz
02-13-2007, 04:54 PM
Hi

I have created a web page which I want to send out as an email. I know how to get it into outlook express to email but when I insert "text from file" it doesn't show the graphic files built into the original webpage.

How can I fix this problem please?

Thanks
Bruce :)

PS. I you want to email me I will email you the problem page bpool@biblesociety.org.nz

KDLA
02-14-2007, 02:57 PM
You'll need to link to the images, as stored on a web server.
<img src="http://www.yourdomain.com/images/file.gif" / >

But, that's not ALWAYS going to display them. Security settings on the user's end may block them, or attach them no matter what technique you try. Only if the user has enabled image display can you guarantee that they'll see them.

KDLA

brucenz
02-14-2007, 03:56 PM
many thanks - that worked perfectly.

Bruce