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

AYA AYA
AYA AYA
5,423 Points

the mail and twitter icon don't appear!!! i checked my code but couldn't find the bug

the css code: .contact-info li.phone a { background-image: url('../img/phone.png'); }

.contact-info li.mail a { background-image: url('../img/mail.png'); }

.contact-info li.twitter a { background-image: url('../img/twitter.png'); } the html code: <section> <h3> Contact details </h3> <ul class="contact-info"> <li class="phone"> <a href="tel:555-6577"> 555-6577 </a></li> <li class="mail"> <a href="mailto: nick@exemple.com"> nick@exemple.com </a></li> <li class="twitter"> <a href="http://twitter.com"> @nickpr </a></li> </ul>
</section>

2 Answers

AYA AYA
AYA AYA
5,423 Points

Problem solved :)

Charlie Figueroa
Charlie Figueroa
2,043 Points

How did solve it Aya Aya? I can't seem to get my icons to appear.

I got the exact same problem , any chance you can share how you resloved it?

Carleen Hall
seal-mask
.a{fill-rule:evenodd;}techdegree
Carleen Hall
Front End Web Development Techdegree Student 3,158 Points

Hi Aya Aya, Can you share how you solve.? I am having the same issue. I used this same method on a previous site and worked without any issue. Now! it just does not seem to work.