如何将 tumblr 中的横幅链接到另一个网站?

发布于 2024-12-06 12:26:47 字数 892 浏览 0 评论 0原文

我正在尝试将我的 tumblr 博客中的横幅链接到另一个网站。我不知道该怎么做。以下是我在自定义 html 选项卡中找到的代码,但我似乎无法使我的横幅可点击。我到底应该在哪里添加链接的网站地址?任何帮助将不胜感激。

<div id="page" class="{block:IfLeftSidebar}left-sidebar{/block:IfLeftSidebar}{block:IfNotLeftSidebar}right-sidebar{/block:IfNotLeftSidebar}">
    {block:IfBannerImage}
    <div class="banner">
        <a href="/"title="{Title}"><img id="banner" src="{image:Banner}" alt="banner"/></a>
    </div>
    {block:IfBannerImage}
    {block:IfNotBannerImage}
    {block:IfBlogTitleInPageHeader}
    <div class="banner textual">
        <h1 class="blog-title"><a href="/">{Title}</a></h1>
        {block:IfTagline}<p class="tagline">{text:Tagline}</p>{/block:IfTagline}
    </div>
    {/block:IfBlogTitleInPageHeader}
    {/block:IfNotBannerImage}
    <div id="content">

I'm trying to make the banner in my tumblr blog link to another site. I can't figure out how to do it. The following is the code I found in the custom html tab but I can't seem to make my banner clickable. Where exactly should I add the website address for the link? Any help will be appreciated.

<div id="page" class="{block:IfLeftSidebar}left-sidebar{/block:IfLeftSidebar}{block:IfNotLeftSidebar}right-sidebar{/block:IfNotLeftSidebar}">
    {block:IfBannerImage}
    <div class="banner">
        <a href="/"title="{Title}"><img id="banner" src="{image:Banner}" alt="banner"/></a>
    </div>
    {block:IfBannerImage}
    {block:IfNotBannerImage}
    {block:IfBlogTitleInPageHeader}
    <div class="banner textual">
        <h1 class="blog-title"><a href="/">{Title}</a></h1>
        {block:IfTagline}<p class="tagline">{text:Tagline}</p>{/block:IfTagline}
    </div>
    {/block:IfBlogTitleInPageHeader}
    {/block:IfNotBannerImage}
    <div id="content">

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

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

发布评论

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

评论(1

哆兒滾 2024-12-13 12:26:47
<div class="banner">
    <a href="/"title="{Title}"><img id="banner" src="{image:Banner}" alt="banner"/></a>
</div>

将您的网站放入

href=""
<div class="banner">
    <a href="/"title="{Title}"><img id="banner" src="{image:Banner}" alt="banner"/></a>
</div>

put your website in the

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