【问题标题】:How to put an image in the middle of text怎么把图片放在文字中间
【发布时间】:2017-07-16 18:07:16
【问题描述】:

我试图在段落的中心放置一张图片。这是可能的还是我必须将它放在其中一方?

HTML:

<p>text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</p>

<img id="Riding" src="Images/Jay/Riding.png">

CSS:

section img {
width: 525px;
display: block;
margin: auto;
}

【问题讨论】:

  • 你可以让文字环绕图片(不完全),但之前从未在文字中间看到过图片
  • 为什么不把图片标签放在段落里?我假设您希望文本在图像周围浮动,这样图像就不会重叠并隐藏任何文本?
  • 完全是@MichaelCoker
  • 我认为除了将图像放在段落codepen.io/anon/pen/MpYZjr之外,您无法做到这一点
  • 如果您向我们提供了您正在尝试做的事情或描述实际项目/目标的图片,我们可能会提供一种方法或替代方案。

标签: html css image text


【解决方案1】:

尝试添加margin:auto 而不是您的margin:auto,它应该将您的图像放在中间。

【讨论】:

    猜你喜欢
    • 2011-06-02
    • 2020-07-07
    • 2013-03-23
    • 1970-01-01
    • 2015-09-14
    • 1970-01-01
    • 1970-01-01
    • 2021-08-10
    • 2013-09-11
    相关资源
    最近更新 更多