不擅长编程,但
图片导致文本在相邻列上向下移动,我不知道为什么会这样。我试过浮动它并使用垂直对齐,但都不起作用。
<table style="border:none" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td vertical-align:baseline style="border:none" width="20%">
<div><img class="alignnone size-medium wp-image-232" src="" style="float:left;border: 1px solid #000000; alt="" width="294" height="300" style="display:block;"></div>
<div class="caption" style="font:8pt/12pt verdana" align="center">text</div>
</td>
<td style="border:none;float:right" style="border:none">
<div style="font:10pt/14pt verdana" align="justify">text</div>
</td>
</tbody>
</table>
感谢您的时间