gpt4 book ai didi

html - 在页面底部对齐整个表格

转载 作者:行者123 更新时间:2023-12-02 08:47:24 24 4
gpt4 key购买 nike

我使用以下代码来对齐底部的表格,但它不起作用

<!DOCTYPE html>
<html>
<head>
<title></title>
</head>

<body bgcolor="black">
<div class="footer">
<table border="1" bottom="0px">
<tr>
<td width="600px" align="right">
<input type="image" align="center" id="verify1" src="proceed1.png" disabled="disabled" width="90" height="90""/>
</td>
<td width="500px" align="right">
<label id = "l2" style = "color:white;font:normal 20px chalkdust;">NEXT QUESTION</label>
<div id="sample4" style="float: right;">
</td>
<td>
<input type="image" id="next" src="arrow.png" disabled="disabled" name="image2" width="80" height="80">
</td>
</tr>
</table>
</div>
</body>
</html>

任何人都可以帮助它在页面底部对齐。

最佳答案

在 CSS 中使用底部对齐。这将仅对齐 div 而不是表格。您的表格将对齐,因为它在 div 中。

position: absolute;
bottom:0px;

关于html - 在页面底部对齐整个表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11437622/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com