Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Adding Pages to a Website Add Iconography

Bullets and Icons

Any ideas why my bullet points are still present and why my icons are not appearing? http://port-80-096xy0kni1.treehouse-app.com/

I see no bullet points and I do see icons from this end. Maybe try a hard refresh? (ctrl+shift+R)

4 Answers

Look at ul. The closing tag should be before the /section tag.

        <ul class="contact-info"></ul>
          <li class="phone"><a href="tel:555-6425">555-6425</a></li>
          <li class="mail"><a href="mailto:nick.example.com">nick@example.com</a></li>
          <li class="twitter"><a href="http://twitter.com/intent/tweet?screen_=nickrp">@nickrp</a></li>
      </section>

I fixed it and it still has bullet points and no icons. I also tried to do the hard refresh. Any other suggestions?

Can you make a snapshot of your workspace and post it?

That is your final version? I don't see contact.html in here or any styles modified. Looks like start of the project, not the final one... But either way, when I click on the link you provided in the first post I see everything is now good... https://dl.dropboxusercontent.com/u/45771515/ss.png

Maybe try using different browser to check the result? It seems that that <ul> fixed it after all.

sorry - accidentally posted old link. Now its all showing up - why did it do this? Second time this happened.