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 trialVicki Greer
5,020 PointsSkype causing problems entering phone number on contact page
When I try to enter a real phone number in the contact.html page, the Skype icon appears before the phone number, the phone number is highlighted (even inside the <a href="tel:888-888-8888">, and the workspace editor goes crazy. If I try to delete a character, the wrong character gets deleted. If I try to add the </a> tag, it adds just an a. It thinks the syntax for the rest of the unordered list is wrong. I'm guessing this is probably because the workspace editor doesn't realize the Skype icon is there, and so it's lost track of which characters are where.
Does anyone know of a way to keep that Skype icon from appearing automatically when i enter a phone number in the workspace? If not, do you have any suggestions for finishing the syntax on the line correctly?
This is the line as I'm trying to enter it: <li class="phone"><a href="tel:423-661-8875">423-661-8875</a></li>
As long as I enter a fake phone number, it is fine. It only misbehaves when I enter a real phone number, and it does it for any real phone number I type in.
If there's a way to send you a screen shot of what appears when i type in a real phone number, let me know.
Thanks for any help, Vicki
Jennifer Nordell
Treehouse TeacherI'm sorry, but that sounds more like a Skype problem trying to predict what you want than a workspaces thing. Have you tried simply completely shutting down skype when working in workspaces? Or what happens if you simply try to paste in the entire line at once by using CTRL + V?
1 Answer
Seth Kroger
56,413 PointsYou have a browser extension installed called Skype Click-to-Call that scans for possible telephone numbers and turns them into Skype links. You can go to your browser's Add-Ons/Extensions page and disable/uninstall it.
Vicki Greer
5,020 PointsVicki Greer
5,020 PointsI didn't realize the editor would interpret the html instead of just showing it. The line I'm trying to type in is:
<li class="phone"><a href="tel:423-661-8875">423-661-8875</a></li>
Sorry for the confusion! Vicki