Announcement

Collapse
No announcement yet.

Issue with Signature in Email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issue with Signature in Email

    Hi Folks,

    I used a piece of code to create my signature. It works perfectly, but the only issue I am having is the signature is displayed approx. 20 - 25 lines after the line of text of the email, in most cases the reader would not even see it. Ideally I would like it displayed a line or two after the line of text. I am not sure if the issue lies with the code I am using or a bug with Open-x-change. Here is the code I am using ( I dont mind emailing anyone so that they can see a sample of the issue)

    Thank you very much
    Gary

    HTML Code:
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <table cellspacing="0" cellpadding="0" border="0">
    <tbody>
    
    <tr>
    <td valign="top" style="padding-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 0px;">
    <span style="text-align: left; color: #000000; font-family: 'Arial', sans-serif; font-size: 10pt; font-weight: bold;">Gary Stern</span>
    <span style="text-align: left; margin-top: 0px; margin-bottom: 0px; color: #000000; font-family: 'Arial', sans-serif; font-weight: bold; font-size: 9pt;">Owner</span>
    </td>
    </tr>
    
    <tr>
    <td valign="top" style="padding-left: 0px; padding-top: 7px; padding-bottom: 4px; padding-right: 0px;">
    <a href="http://www.nontando.com/"><img src="http://www.nontando.com/store_logo.png" border="0" width="148" height="26" alt="Nontando"></a>
    </td>
    </tr>
    
    <tr>
    <td valign="top" style="padding-left: 0px; padding-top: 0px; padding-bottom: 0px; padding-right: 0px;">
    <span style="text-align: left; color: #000000; font-family: Arial; font-size: 9pt; font-style: normal; font-weight: normal;">6578 Gateway Ave <font size="1" color="#B9B9B9">|</font> Gulf Gate Village <font size="1" color="#B9B9B9">|</font> Sarasota, FL, 34231<br> tel (941) 929-7844 <font size="1" color="#B9B9B9">|</font> mobile (941) 266-6181<br>fax (941) 929-7844</span>
    </td>
    </tr>
    
    <tr>
    <td valign="top" style="padding-left: 0px; padding-top: 5px; padding-bottom: 0px; padding-right: 0px;">
    <span style="text-align: left; margin-top: 0px; color: #F77A1E; font-size: 8pt; font-weight: bold; font-family: 'Calibri', sans-serif;">
    <a style="text-decoration: none; color: #F77A1E;" href="http://www.nontando.com/"><font color="#F77A1E">Website</font></a> <font size="1" color="#F77A1E">|</font><a style="text-decoration: none; color: #F77A1E;" href="https://www.facebook.com/NontandoSRQ"><font color="#F77A1E"> Facebook</font></a> <font size="1" color="#F77A1E">|</font> <a style="text-decoration: none; color: #F77A1E;" href="http://pressroom.prlog.org/Nontando/"><font color="#F77A1E">Blogs</font></a> <font size="1" color="#F77A1E">|</font> <a style="text-decoration: none; color: #F77A1E;" href="http://www.nontando.com/logo_12.jpg"><font color="#F77A1E">vCard</font></a> <font size="1" color="#F77A1E">|</font> <a style="text-decoration: none; color: #F77A1E;" href="https://maps.google.com/maps?saddr=6578+Gateway+Ave,+Sarasota,+FL&amp;hl=en&amp;sll=27.698638,-83.804601&amp;sspn=11.482278,14.128418&amp;oq=6578+&amp;mra=ls&amp;t=m&amp;z=6"><font color="#F77A1E">map</font></a> <font size="1" color="#F77A1E">|</font> <a style="text-decoration: none; color: #F77A1E;" href="mailto:info@nontando.com"><font color="#F77A1E">email</font></a>
    </span>
    </td>
    </tr>
    
    <tr>
    <td valign="top" style="padding-left: 0px; padding-top: 8px; padding-bottom: 0px; padding-right: 0px;">
    <span style="color: #8A8A8A; font-family: 'Calibri', sans-serif; font-size: 8pt; "><!--START-REQUIRE-ALL-userOpt5--><b>Confidentiality Note: </b> This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.<br><!--END-REQUIRE-ALL-userOpt5--></span>
    </td>
    </tr>
    
    </tbody>
    </table>
    <style> a {color: #F77A1E;}
     </style>
    
    </html>
Working...
X