Click to See Complete Forum and Search --> : E-mail signature html annoyance


jimihendrix
03-18-2007, 04:26 PM
I am using Thunderbird e-mail client and have created my own signature with a graphic of my actual signature above my contact information.

The problem is that when I insert the signature file into an e-mail it inserts two hyphens and a space before the image and text, like this --

I have re-written the signature several times thinking I must have inserted something incorrectly, but no matter what I've tried these two hyphens and space keep appearing.

I have gone onto the Mozilla forum and spent many days now trying to find an answer and no one there has had any useful remedies so far. I was hoping someone here might have a clue for me to investigate further and try to resolve this annoyance. Here is a copy of the code I am using;

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>
<body>
<img src="file:///E:\MY DAWKZ\0-REAL ESTATE\Sign_John Wathen9.png">
<br><font face="calibri"><font color="000000"><font size=3>John Wathen Broker-Associate, ABR, e-Pro
<br>Exceptional Realty Services
<br>Phone: 951-454-1246 Fax: 866-527-5498
<br>E-Mail: john@TemecuHome.com Web: www.TemecuHome.com</font>
</body>
</html>

Leslie E.
03-18-2007, 05:49 PM
I can't begin to solve that one, but there's always 20 ways to skin a cat. . .
How about switching the font color to white for the tricky bits, then switch it back to black? The problem will still be there, but no one will see it.

Major Payne
03-19-2007, 01:19 AM
See if this way helps although the insertions may be a quirk of Thunderbird:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<img src="file:///E:/MY DAWKZ/0-REAL ESTATE/Sign_John Wathen9.png"> <br><span style="face-family: calibri; color: 000000; font-size: 12pt">John Wathen Broker-Associate, ABR, e-Pro <br>Exceptional Realty Services <br>Phone: 951-454-1246 Fax: 866-527-5498 <br>E-Mail: john@TemecuHome.com Web: www.TemecuHome.com</span>
</body>
</html>

Ron