Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top