function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Robert WynterRobert Wynter 

gmail line-hight in the TD tag is not working


User-added image

here is the code:
<table>
                    <tr>
                      <td>
                        <span><span>&nbsp; &nbsp;</span></span> 
                        <img class="logoLine" data-assetid="7253" height="40" src="http://image.info-durhamcollege.ca/lib/fe8c13727d6c007f71/m/1/610ae344-5e71-41c5-be5e-cc22ad45b5f8.png" style="margin: 0; border: 0; padding: 0; display: block;" width="29">
                      </td>
                      <td align="top" style="text-transform: uppercase; color: white;line-height: 8px;">
                        <h1>
                          <span style="font-size:10px;">%%=v(@Program)=%%</span>
                        </h1>
                        <h2>
                          <span style="font-size:10px;">%%=v(@ColumnSemester)=%% SEMESTER %%=v(@ColumnCredential)=%% %%[ IF NOT EMPTY(@ColumnSemester2) THEN ]%% / %%=v(@ColumnSemester2)=%% SEMESTER %%=v(@ColumnCredential2)=%% %%[ ENDIF ]%%</span>
                        </h2>
                      </td>
                    </tr>
                  </table>