So I'm pretty sure this is a simple HTML mistake I'm missing...

I'm using Twitter's Bootstrap to build my still under construction website.

The page with the working footer is here.

The page with the non-working footer is here.

Working footer:

Imgur

Nonworking footer:

Imgur

The code for both of them (I copied and pasted from the working to the nonworking; nothing happened) is:

<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>

So the problem must be something higher up in the page; I just can't figure out what.

Thanks!

evamvid

有帮助吗?

解决方案

It is because the broken page can't load the CSS file http://evamvid.github.io/about/flat-ui/css/flat-ui.css

其他提示

The difference is that the non working page does not have flat-ui.css.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top