我正在出现一个流氓跨度类,它正在断开链接

时间:2018-11-28 22:17:40

标签: css href

我正在尝试找出它的填充位置以及如何清除它,以便使链接再次起作用。

在我的网站上简单共享社交链接。所有的链接都应该像这样:

<div class="share_links sogreen">
    <span class="st_pinterest_custom">
        <a href="http://pinterest.com/pin/create/button/?url={path='recipe/{url_title}'}{if recipe_photo}&media={recipe_photo}{/if}" target="_blank" class="pinterest upper social-share">Pinterest</a>
    </span>
    <span class="st_facebook_custom">
        <a href="https://www.facebook.com/sharer/sharer.php?u={path='recipe/{url_title}'}" target="_blank" class="facebook upper social-share">Facebook</a>
    </span>
    <span class="st_twitter_custom">
        <a href="http://twitter.com/share?text={title}&url={path='recipe/{url_title}'}" target="_blank" class="twitter upper social-share">Twitter</a>
    </span>
</div>

我添加了一个屏幕截图,以显示pinterest如何在第一个链接中添加额外的类。

enter image description here

我已经强调了chrome inspect elemnt中的额外跨度。

0 个答案:

没有答案