Wiki 格式帮助(但这可能发生在任何网页上)

发布于 2024-12-31 21:07:21 字数 796 浏览 0 评论 0 原文

当您转到下面的网页时,您会看到世界嗨在信息框模板旁边对接,但我希望它就在它的下面。这将发生在 wiki 的任何页面上。我已经尝试过
但这只会让它下滑一点。如果有人可以提供帮助,那就太好了。我确信我在某个地方遗漏了一些 CSS 代码。

如果您想查看的话,这是 html:

 <div style="background-color: {{color|{{{5}}}}}; color: white; width: {{{3}}}; padding: 10px; border-radius: 10px; float: left; height: {{{4}}}; margin: 5px;">
      <h3 style="color: white; border: solid 5px rgb(255,255,255); border-radius: 5px; padding: 5px; background: {{color|{{{5}}}}};">{{{1}}}</h3>
      <p style="font-size:15px;">
           <b>{{{2}}}</b>
      </p>
 </div><noinclude>
 Hi
 </noinclude>

谢谢, 乔纳森

Wiki 页面需要帮助

When you go to the webpage down below you will see the world Hi butting up next to the info box template, but I want it right underneath it. This will happen on any page of the wiki. I've already tried <br /> but that only made it slide down a little. If someone could help that would be great thanks. I'm sure there is some CSS code I'm missing somewhere.

Here is the html if you would like to see it:

 <div style="background-color: {{color|{{{5}}}}}; color: white; width: {{{3}}}; padding: 10px; border-radius: 10px; float: left; height: {{{4}}}; margin: 5px;">
      <h3 style="color: white; border: solid 5px rgb(255,255,255); border-radius: 5px; padding: 5px; background: {{color|{{{5}}}}};">{{{1}}}</h3>
      <p style="font-size:15px;">
           <b>{{{2}}}</b>
      </p>
 </div><noinclude>
 Hi
 </noinclude>

Thanks,
Jonathan

Wiki Page In Need Of Help

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

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

发布评论

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

评论(1

笔落惊风雨 2025-01-07 21:07:21

好吧,如果我理解你的问题,你正在寻找 而不仅仅是

我按照您发布的链接进行操作,它带我到了一个具有几乎相同编码的模板,除了您现在似乎使用一些 {{color}} 模板而不是 hi 您有[[Category:Template]]。我希望这就是您正在寻找的答案。

Well, if I understand your question, you are looking for <br clear="all" /> instead of just <br />
I followed the link you posted, and it took me to a template with near identical coding other than you seem to be using some {{color}} template now and instead of hi you have [[Category:Template]]. I hope that is the answer you are looking for.

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