如何在文本和浮动嵌入式 Iframe YouTube 视频之间创建空间?

发布于 2024-11-26 14:57:12 字数 385 浏览 1 评论 0原文

我使用以下代码在我的 WordPress 博客中嵌入了 YouTube 视频:

    <div style="float: right;"><iframe width="425" height="349" src="http://www.youtube.com/embed/WUHkW2Iqt8g?rel=0" frameborder="0" allowfullscreen></iframe></div>

我的问题是该视频与我在文章中的文字太接近。我在 Stack Overflow 上搜索过,但因为我没有 html 经验,所以无法自己弄清楚。我用谷歌搜索并认为我可以添加“Hspace”代码,但它不起作用。我将非常感谢任何帮助。谢谢。

I have embedded a YouTube video in my Wordpress blog with the following code:

    <div style="float: right;"><iframe width="425" height="349" src="http://www.youtube.com/embed/WUHkW2Iqt8g?rel=0" frameborder="0" allowfullscreen></iframe></div>

My problem is that the video is too close to my text in the article. I have searched on Stack Overflow but - as I have no html experience - couldn't figure it out on my own. I Googled and thought I could add an "Hspace" code but it didn't work. I would greatly appreciate any help. Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乖乖公主 2024-12-03 14:57:12

在 div 上设置 margin-left 样式。 div 的 style 属性可能类似于 style="float:right;margin-left:10px",您可以在其中选择您认为好看的任何尺寸。

Set the margin-left style on the div. The div's style attribute might look like style="float:right;margin-left:10px", where you can choose whatever size you think looks good.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文