<table>
<tr><td>test</td></tr>
<tr>
<td>
<div style= height:200px;">
<div style="border:1px solid yellow; display: inline-block; width:100px">
<img src="orderedList4.png">
</div>
<div align="center" style="border:1px solid green; display: inline-block; width:650px;height:100px;">
<div>center Test Header1</div>
<div>center Test Header2</div>
</div>
<div align="right" style="border:1px solid red;display: inline-block; width:100px">REL 1.0</div>
</div>
</td>
</tr>
</table>
在上面的代码中,图像大小为 75*75 像素。
- 我想让所有三个单元格的高度都为 100 像素。
- 我希望图像居中并左对齐。
- 中间文本居中。
- 第三个文本居中右对齐。
我无法让它工作。