gpt4 book ai didi

html - float 顶部和内联显示

转载 作者:太空宇宙 更新时间:2023-11-04 14:44:56 25 4
gpt4 key购买 nike

我有一个分区,里面有一张图片和一张表格:

<div>
<img>
<table style='display:inline-block'>
<tr>
<td>insert your name here:</td>
</tr>
<tr>
<td><input></td>
</tr>
</table>
</div>

这也是一个link对于我的页面
问题是表格 float 到底部,为什么?我怎样才能使它们(img 和表格)都在同一行?而不是上下 float

最佳答案

简单有

img {float:left}

关于html - float 顶部和内联显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17951273/

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