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
Bartlomiej Zabielski
Courses Plus Student 10,363 PointsHey all I wanted to add a html mobile call link i feel sad ):
<li class="phone"><a href="tell:+5555555555">5555555555</a></li>
my number is 5555555555 but i removed the 0. my country code is 61.
any advice appreciated
NiKole Maxwell
11,083 PointsMight want to edit or delete that if those are real phone numbers since the site is searchable on the net. Just a thought. I came here to answer but you already got it :D
A.J. Kandy
Courses Plus Student 12,422 PointsThe attribute is tel:, not "tell". You have an extra L in there.
2 Answers
nfs
35,526 PointsAJ is right, you got the attribute value wrong.
Bartlomiej Zabielski
Courses Plus Student 10,363 Pointsthanks all (: Probably good idea number was edited thank you
Bartlomiej Zabielski
Courses Plus Student 10,363 PointsBartlomiej Zabielski
Courses Plus Student 10,363 Pointsworked it out didn't delete incase helps someone mods can delete. i typed in tell not tel:
my bad.