vertical-align:top
「Some text」と「Other text」の両方が必要です。以下は私のために働いていない、2番目のセルだけが正しく配置されています。私は問題が何であるか理解していない。テーブルセル内の画像とテキストを正しく垂直に整列する方法
<style>
td {
vertical-align:top;
}
</style>
<table>
<tr>
<td><img src="icon.png"/> Some text </td>
<td> Other text </td>
</tr>
</table>
(のhttp:/ /jsbin.com/harukomivi/edit?html,css,console,output) – asb