Well, the quoted material is preformat, but this is normal by default.What is the paragraph style of the last lines, including sig? Try 'normal' instead of 'preformat' for the empty newlines.
There are never any <table> tags in the stored signature, nor any <pre> tags. Those are evidently added "on the fly" by Evolution. Here is the stored sig file. I have already taken out the <BR>s and added the <PRE> codes for our next experiment, but those are the only changes.> > Lane: You can change that sig code to the tags, you really need. Just > > get all the <table> tags out (including <tr>, <td> and the closing > > ones).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.1.7">
</HEAD>
<BODY>
<PRE>Lane
<FONT COLOR="#0000f8">
Lane P. Lester / Madison County, Georgia</FONT>
<FONT COLOR="#008000">Using Linux more and Windows less</FONT></PRE>
</BODY>
</HTML>
OK, the above is what is producing the below. I notice already that the code changes described above had the effect of changing the font from Arial (or whatever sans serif is used) to Courier.Try the following code, without the <br> tags, instead using <pre>. That takes newline characters for breaking lines and will prevent additional <pre> tags from messing with the code.
Lane Lane P. Lester / Madison County, Georgia Using Linux more and Windows less |
