Html email tables

I am working on coding an html email signature (title, logo and photo) - however I keep running into errors with HTML tables - I do not use tables too much I normally use divs so it may be something simple.

Also, disclaimer I did not write the code below, I only am editing it. I am thinking I can totally redo it and clean it up but just to align one image I want to try to avoid that if I can:

 

Thank you,

<tbody>

  <tr>

    <td style="width:120.0pt;padding:7.5pt 0in 9.0pt 0in" valign="top" width="160">

            

      <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:

                                  normal"><span style="color:blue; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt"><img src="https://vpp.vet/wp-content/uploads/2020/05/VPP-1536x1095.png" width="139" height="80"></span>

                                  

      </p>

               

    </td>

    

    <td style="width:240.0pt;padding:4.5pt 0in 4.5pt 0in" width="320">

    

      <table border="0" cellpadding="0" cellspacing="0" class="MsoNormalTable">

      

        <tbody>

          <tr>

            

            <td style="padding:0in 0in 0in 0in">

            

              <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;

                                          line-height:normal"><strong><span style="color:#1c2835; font-family:&quot;Arial&quot;,sans-serif; font-size:12.0pt">Rob Conn</span></strong><strong><span style="color:#3d3c3f; font-family:&quot;Arial&quot;,sans-serif; font-size:12.0pt"> </span></strong>

                                          

              </p>

                        

            </td>

            

          </tr>

          <tr>

          

            <td style="padding:0in 0in 0in 0in">

            

              <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;

                                          line-height:normal"><span style="color:#ceb474; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt">VPP</span>

              </p>

              

            </td>

            

          </tr>

          <tr>

          

            <td style="padding:0in 0in 0in 0in">

                <p class="photo" 

                                  normal"><span style="color:blue; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt"><img src="https://vpp.vet/wp-content/uploads/2020/05/Rob.png" width="65" height="80"></span>

                                  

      </p>

              <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;line-height:normal"><span style="color:#9b9b9b; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt">(844) VPP-VETS</span>

              </p>

              

            </td>

            

          </tr>

          <tr>

          

            <td style="padding:0in 0in 0in 0in">

            

              <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;

                                          line-height:normal"><span style="color:#9b9b9b; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt">(844) 877-8387</span>

              </p>

              

            </td>

          </tr>

          <tr>

          

            <td style="padding:0in 0in 0in 0in">

            

              <p class="MsoNormal" style="margin-bottom:0in;margin-bottom:.0001pt;

                                          line-height:normal"><span style="color:#ceb474; font-family:&quot;Arial&quot;,sans-serif; font-size:10.0pt">rconn@vpp.vet</span>

              </p>

                              

            </td>

           

          </tr>

          

        </tbody>

        

      </table>

    </td>

    

  </tr>

  

</tbody>
1 Like

hey can you share some more detail ,what exactly you are working on

Could you please check width of td. it seems appeared twice.