Hi,
I want to insert a picture into HTML document. ( Using NT 14.38 and C 11.1).
this code works: '<p> <img src="C:\A\KEYDROP.JPG" alt="Picture of keys" </>' & '</p>'
BUT IT WILL NOT TAKE A VARIABLE for the name '<p> <img src="loc:photoname" alt="Picture of keys" </>' (does not work…)
How can I use a variable name for photo to insert into the HTML?
THanks,
Ron
This takes a working HTML file (ie double click to view in your web browser), and parses & processes the image location into the CID:Image.ext format and adds the image files to the HTML part of the email as an attachment.
I’m sure Capesoft did a demo app to show a working example. Its a long time since I’ve used Nettalk and some of it has changed alot.