gpt4 book ai didi

html - 无法对齐图片和文字

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

我一直在尝试完成一项荒谬的基本任务,但无法完成。

我想要一个简单的评论结构如下

*image*  *name*
*comment*

我无法将文字放在图片的右侧。
这是我当前的 fiddle :http://jsfiddle.net/dvir0776/xaLosyjs/

<div class="comment"><img src="d.jpg" style="width:13%; margin-right: 12px;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
I would love to win the iphone 6 in black or gold or the mac or the cannon they all are great I love apple products!
</div>
</div>

任何修复它的调整都会很棒。

最佳答案

只需将 float:left 添加到您的图像中即可。我猜这就是您要找的东西。

<div class="comment">
<img src="d.jpg" style="float:left;width:13%; margin-right: 12px;">
<div style="text-align:left; font-size:8pt;">
<h5 style="margin-bottom:0;">Chris Fanelli</h5>
comment comment comment comment comment comment comment comment comment comment!</div>
</div>

关于html - 无法对齐图片和文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25956235/

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