gpt4 book ai didi

html - 将文本和图像排列在同一行

转载 作者:行者123 更新时间:2023-11-28 15:29:28 35 4
gpt4 key购买 nike

这个问题已经回答了很多次,但是没有一个解决方案适用于我的问题。我有一些文本和图像要线性对齐(在一行中)

我有http://grab.by/vLz2http://grab.by/vLz8

有人可以帮忙吗?

最佳答案

您需要确保图像高度与字体大小相同。

.title{
position:absolute;
height: 15%;
width:100%;
}

#wrapper{
position:absolute;
width:80%;
height:50%;
border: solid 1px black;
}

#title4{
font-size:20px;
}

<!-- HTML part -->
<div class="title" id="title4">
Title
<img src="https://www.google.com/images/srpr/logo11w.png"
style="height:20px;vertical-align:top;"/>
</div>

检查这个JSFiddle

关于html - 将文本和图像排列在同一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22866532/

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