gpt4 book ai didi

html - 使用 bootstrap 在 li 中内联内容

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

我有一个标题,里面有 ul 标签和内容。我无法内联它们。

HTML

<div class="navbar-header">
<ul class="nav navbar-nav navbar-right">
<li>
<div>
<span><img src="1"></span>
<p class="p1">row information</p>
</div>
</li>
<li>
<div>
<span><img src="1"></span>
<p class="p1">row information</p>
</div>
</li>
<li>
<div>
<span><img src="1"></span>
<p class="p1">row information</p>
</div>
</li>
</ul>
</div>

Here is fiddle

最佳答案

1) 删除所有 CSS 并包括来自 CDN 的 Bootstrap css 和 js,因为您使用的是 Bootstrap 导航语法。2) 将 p 元素更改为 span,一切顺利。

关于html - 使用 bootstrap 在 li 中内联内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44209451/

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