Re: Send pasted table via email with same format

  •  04-03-2013, 12:32 PM

    Re: Send pasted table via email with same format

    Hi gonzalezjc,

     

    It works fine for me. Please try email demo http://cutesoft.net/example/Online-email.aspx with the code below.

     

    <table border="0" cellspacing="2" cellpadding="2" width="500" style="border:solid 1px black">
         <tbody>
             <tr>
                 <td>&nbsp;Count of request number&nbsp;</td>
                 <td>&nbsp;customer related</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
             </tr>
             <tr>
                 <td>&nbsp;cfnuf</td>
                 <td>No&nbsp;</td>
                 <td>Yes&nbsp;</td>
                 <td>Grand</td>
                 <td>&nbsp;Total</td>
             </tr>
             <tr>
                 <td>&nbsp;FICO</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
             </tr>
             <tr>
                 <td>&nbsp;_DMO</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
                 <td>&nbsp;1</td>
                 <td>&nbsp;1</td>
             </tr>
         </tbody>
    </table>
     

    Regards,

     

    ken 

View Complete Thread