Thread Starter
tiswas
(@tiswas)
thanks Leslie,
I actually used insert image to put the image into the table, but for some reason it doesn’t align properly with the other columns in the same row..
Thread Starter
tiswas
(@tiswas)
Sorry – here’s the code too:
<table width="100%">
<tbody>
<tr>
<td><strong>Adam</strong></td>
<td style="text-align: center;">blah blah blah</td>
<td><a href="http://www.oxfordrevue.com/wp-content/uploads/2010/09/revue-1.jpg"><img title="revue-1" src="http://www.oxfordrevue.com/wp-content/uploads/2010/09/revue-1-177x300.jpg" alt="" width="177" height="300" /></a></td>
</tr>
</tbody>
</table>