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 Build the Contact Page

My contact code links won't come up on my page.

I cannot for the life of me, see where I'm going wrong with the code for the contact links as they won't come up on my page. This is the code:

<h3>Contact Details</h3> <ul class="contact-info"> <li class="phone"> <a href="tel:xxxxxxxxx">xxxxxxxxx</a></li> <li class="mail"> <a href="mailto:xxxxxxxxxx@gmail.com">xxxxxxxxx@gmail.com</a></li> <li class="instragram"> <a href="https://www.instagram.com/xxxxxxxxxx">@xxxxxxxxxx</a></li> </ul>

MODERATOR EDITED: 'X-ed out personal information that should not be made public in the forums.*

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

I'd first like to say that I hope that's all fake information you've posted. If not, you should redact that immediately. But secondly, this problem is going to be easiest to troubleshoot if we can see a snapshot of your workspace.

Also, check some basics. Make sure you've saved your file and refreshed your browser. If those fail, you might try clearing your browser cache. If none of those work, we're going to need to see your workspace :sparkles:

Harrison Court
Harrison Court
4,232 Points

Could you possibly wrap your code like This? Use these characters ``` (Below Escape Bar)

2 Answers

Harry, thank you, thank you, thank you.

Sorry Harry, didn't work. This is driving me nuts.

Harrison Court
Harrison Court
4,232 Points

Allow me to explain Peta.

h1 {
  color: green;
}

Should be similar to that.