gpt4 book ai didi

html - 在表格旁边 float 一个 Div

转载 作者:太空宇宙 更新时间:2023-11-03 20:56:08 24 4
gpt4 key购买 nike

我正在尝试使用一个 div 来放置我的广告并 float 到页面右侧。我希望主体中的表格和文本位于广告左侧,然后在广告结束时一直延伸到页面右侧。

问题是主体中有一个表格,它不会显示在div的左侧。它显示在它下面。我该如何解决这个问题?

<p> 
<div style="margin:5px; float:right;">
<img src="ad.jpg" height="600" width="160">
</div>
blah blah blah
<table width="100%">
<tr><td>dsf</td></tr>
</table>
the table because of the 100% appears below the div
for the ad.jpg instead of to the left of it
</p>

最佳答案

为表格添加 display:inline CSS!

关于html - 在表格旁边 float 一个 Div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10292978/

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