Link to home
Start Free TrialLog in
Avatar of hsmith061297
hsmith061297Flag for United States of America

asked on

netscape signature file and graphics

I would like to add my picture to the netscpe signature file. But since it pulls it in as a text
file all graphics are ignored. Adding the picture can be done manually before sending the e-mail.  However, I  would like it done automatically. Is there anyway you can think of to do this?
ASKER CERTIFIED SOLUTION
Avatar of weed
weed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of benhere
benhere

yeah, HTML mails are sure cool ;-)

here's what the code for your signature could look like:


----------
John Whatever
Lead Engineer
This Companie
Bla bla..

<img src="http://www.myserver.com/mypicture.jpg" width="126" height="115" alt="Me" border="0">
-----------



then, if you choose the option to send your mail as HTML, the receiver will see the picture instead of the code.. providing you've uploaded it to a given server..

if you send the picture as an attachment (but I doubt you can do this automatically with every mails), the code would be:
<img src="mypicture.jpg" width=126 height=115 alt="Me" border="0">
But I recommand to put your picture on a server.