Forums

This topic is locked

Embedding images in .htm files

Posted 18 Jan 2002 00:38:16
1
has voted
18 Jan 2002 00:38:16 Dave Watson posted:
I am trying to figure out a way of embedding images into htm files.. i want to be able to e-mail the htm's (with the images in) without having to send the images files seperately (so the person who receives it can then send it on too, images and all)..I'm open to ideas

Replies

Replied 18 Jan 2002 10:37:27
18 Jan 2002 10:37:27 Viktor Farcic replied:
Instead of embeding you can link images. Something like: <img src="www.YouDomain.com/images/image.gif" width="50" height="30">

Person who receives mail needs to be online to see the image.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I am trying to figure out a way of embedding images into htm files.. i want to be able to e-mail the htm's (with the images in) without having to send the images files seperately (so the person who receives it can then send it on too, images and all)..I'm open to ideas
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Viktor Farcic

TalkZone Manager
Replied 18 Jan 2002 11:58:47
18 Jan 2002 11:58:47 Dave Watson replied:
Quote
Instead of embeding you can link images. Something like: &lt;img src="www.YouDomain.com/images/image.gif" width="50" height="30"&gt;

Person who receives mail needs to be online to see the image.
Quote


Thanks for the response... the objective i'm trying to achieve is one htm file with everything in. All Dreamweaver help says it can't be done the only way is to link to the images just hoping there's a sneaky way around this as i know i can't use links. I need the person i send the file to, to be able to use the .htm as is on there system, without being online..
Thanks alot..
Replied 18 Jan 2002 15:19:31
18 Jan 2002 15:19:31 Viktor Farcic replied:
As I know, this isn't possible. in HTML you can only put link to image, not image itself.

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Thanks for the response... the objective i'm trying to achieve is one htm file with everything in. All Dreamweaver help says it can't be done the only way is to link to the images just hoping there's a sneaky way around this as i know i can't use links. I need the person i send the file to, to be able to use the .htm as is on there system, without being online..
Thanks alot..
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Viktor Farcic

TalkZone Manager
Replied 15 Feb 2002 14:48:49
15 Feb 2002 14:48:49 David Wilson replied:
On the Mac we are lucky as Internet Explorer has a function called "Save as web archive" which saves an entire web page, or series of linked pages as a single file. Only useful if you and your recipient are using Mac. The other way to do it is to put the html doc & the images and any neccessary sub-folders into a folder and then save as a Stuffit archive (Mac) or Zip archive (PC). This is the only way to get down to one file, while preserving any directory structure required by the page.

Reply to this topic