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 trialDavid Chadwick
506 PointsBullets 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/
4 Answers
akak
29,445 PointsLook 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>
David Chadwick
506 PointsI fixed it and it still has bullet points and no icons. I also tried to do the hard refresh. Any other suggestions?
akak
29,445 PointsCan you make a snapshot of your workspace and post it?
akak
29,445 PointsThat 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.
David Chadwick
506 Pointssorry - accidentally posted old link. Now its all showing up - why did it do this? Second time this happened.
Jonathan Walz
21,429 PointsJonathan Walz
21,429 PointsI see no bullet points and I do see icons from this end. Maybe try a hard refresh? (ctrl+shift+R)