【发布时间】: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