HiPlease could anyone assist me with some code on inserting an inline image into html. I have already got code that will display the image if it is present on the local machine. The html file will be sent out of the domain so need the image to be stored within the html file.
Many thanks.
Coll
Subject: Inline Image in HTML
Here’s a starting point:Inline Images on Web Pages
There’s a lot on Google.
Collin
Subject: RE: Inline Image in HTML
Use the <IMG SRC="pathname\example.gif>
command.
Also see
http://www.htmldog.com/reference/htmltags/img/
Subject: A couple of questions
First, couldn’t you just reference the image fromk the web? That is the typical way of doing this, obviously.
Second, if not, is this a mail application, in which case you can store the image as MIME and send the HTML referencing it?