【问题标题】:How to make buttons link within a framework如何在框架内制作按钮链接
【发布时间】:2015-03-16 03:24:15
【问题描述】:

好的,所以基本上我正在尝试从框架的按钮链接网页。

<a href="snipplr.com/placeholder" class="button expand secondary text-left" > <h2>'.$row['title'].'</h2></a>

但是,这会重定向到 example.com/snipplr.com/placeholder, 想要的预期链接是 snipplr.com/placeholder 并非如此。我也不打算使用 HTML 的按钮,这是所有其他问题的建议解决方案

我目前正在使用与 Bootstrap 相关的 Foundation 框架,感谢您阅读并提供帮助,由于我将出发并在 6 小时内返回,因此不会提交快速回复。

祝你有美好的一天

【问题讨论】:

    标签: html css button hyperlink zurb-foundation


    【解决方案1】:

    尝试向链接添加协议

    <a href="//snipplr.com/placeholder"....
    

    <a href="https://snipplr.com/placeholder"...
    

    <a href="http://snipplr.com/placeholder"....
    

    【讨论】:

    • 哦,天哪,感谢您的快速回复,是关于请假的,这很有帮助,谢谢。
    猜你喜欢
    • 2020-12-15
    • 1970-01-01
    • 2017-11-03
    • 1970-01-01
    • 1970-01-01
    • 2019-12-10
    • 1970-01-01
    • 1970-01-01
    • 2011-12-04
    相关资源
    最近更新 更多