如何让我的文本与此 一起流动? 而不是等到事情清楚为止? [HTML]
我试图让文本漂浮在网页上的小图像周围,并且我已经尝试了我能想到的一切。 我想在这里嵌入 html 和 css,但我遇到了麻烦,抱歉。
(当有人回答时,我会编辑掉该网址,所以我不会将其用作广告。) [已删除]
I'm trying to get the text to float around the little image on my web-page, and I've tried everything I can think of. I would embed the html and css here, but I had trouble doing it, sorry.
(I'll edit out the url when it's answered so I ain't using this as advertising.)
[removed]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基本上,你已经倒退了。
不要让图像内联,然后浮动
p
,而是浮动图像,保留p
内联。 确保图像仍然位于文本之前...就像这样:Basically, you've done it backwards.
Instead of having the image inline, and floating the
p
's, float the image, leave thep
's inline. Make sure the image still comes before the text though... Like this:您需要将图像向左浮动,而不是段落。
You need to float the image left, not the paragraph.