我希望<img>
和Test
左對齊,但它們不是。表的內容左對齊
我的代碼:
<center>
<div class="body" id="block">
<span style="width:95%;background-color: rgb(247,247,247);border-radius:10px;display:block;">
<table>
<tr style="height:25px;">
<td style="width:70%;margin-left:10px;font-size:20px;text-align:left;display:block;">
<img style="height:20px;" src="http://i64.tinypic.com/2i9qzj5.png">
Test
</td>
<td style="font-size:12px;">
Another test
</td>
<td style="width:5%;">
</td>
<td style="width:15%;font-size:12px;">
Third test
</td>
</tr>
</table>
</span>
</div>
</center>
我已經試過幾件事情,但仍然無法正常工作。 我不明白我在這裏做錯了什麼。
第一件事,不使用跨度表標籤。當我檢查你的代碼表正確顯示在中心。 – ankit
我想img和「測試」左對齊 –