gpt4 book ai didi

CSS - 使文字环绕在图像上

转载 作者:行者123 更新时间:2023-11-28 07:32:02 26 4
gpt4 key购买 nike

我只是坚持处理图像定位和文本环绕(!)它。情况很简单:我有一个带有一些文本的“p”元素和这个“p”中的“img”,我需要的是:在这个段落中向下移动我的图像,并让文本将其包裹在图像上。

<p><img src="/some/source/">Some text</p>

Here is codepen representation of my problem

感谢您的帮助!

最佳答案

基本上,边距后的四个数字代表 TOP RIGHT BOTTOM LEFT。因此,如果您想将空白添加到右对齐图像,您可以这样做:

<img data-original="IMAGE URL" align="right" style="margin: 0px 0px 0px 10px;" /><p>Your text goes here.</p>

同时检查 this教程

Align attribute Values

<img align="left|right|middle|top|bottom">

关于CSS - 使文字环绕在图像上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31450306/

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