【发布时间】:2014-06-22 10:54:25
【问题描述】:
所以我很确定这是我遗漏的一个简单的 HTML 错误...
我正在使用 Twitter 的 Bootstrap 构建我仍在建设中的网站。
带有工作页脚的页面是here。
页脚无效的页面是here。
工作页脚:
非工作页脚:
他们两个的代码(我从工作复制并粘贴到非工作;什么也没发生)是:
<footer>
<div class="container">
<p>
Built on <a href="http://getbootstrap.com/">Twitter's Bootstrap</a> with the <a href="http://designmodo.github.io/Flat-UI/">Flat-UI Design Pack</a> and <a href="http://jquery.com/">JQuery</a>. Also uses <a href="http://fontawesome.io/">Font Awesome</a>.
</p>
</div>
</footer>
所以问题一定出在页面的上层;我就是不知道是什么。
谢谢!
伊夫维德
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-3 footer