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

CSS How to Make a Website Adding Pages to a Website Add a New Page

Why can't I create a link to my twitter?

I'm doing the How to Build a Website exercise and I'm at the about.html part. We're supposed to create paragraph tags in order to write what we want in our about page. But when I want to link my username to my twitter using anchor tags, it doesn't work. I paste my url onto the anchor tags around my username in my paragraph tags and I can't click it on my about page. The cursor doesn't respond to it like a link. It treats it like normal text. Is there something I'm doing wrong?

4 Answers

Tiffany McAllister
Tiffany McAllister
25,806 Points

Can you please post the code for your anchor tags?

<p>Donec augue tellus, pulvinar sit amet elit lacinia, vehicula pharetra erat. Quisque placerat mi sit amet enim nean lobortis consequat tellus in sodales. Nunc pellentesque nisi sit amet odio consequat tincidunt. commodo <a href:"https://twitter.com/Otto__me">@otto__me</a></p>

<p>Donec augue tellus, pulvinar sit amet elit lacinia, vehicula pharetra erat. Quisque placerat mi sit amet enim nean lobortis consequat tellus in sodales. Nunc pellentesque nisi sit amet odio consequat tincidunt. commodo <a href:"https://twitter.com/Otto__me">@otto__me</a></p>

It's not letting post it with tags...

Look at the Markdown Cheatsheet at the bottom of this page, it will show you how to post code :)

Basically you type in 3 back ticks in the line before you paste your code and again in the line after the last line of code.

I asked a question and pasted my code just fine yesterday in another topic. Is there a reason why they changed it?

'''<section> <img src="img/para_la_cutie.jpg" alt="Photograph of cutie" class="profile-photo"> <h3>About</h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse lobortis tempor lorem, vel consequat risus pretium non. Pellentesque placerat, arcu sit amet malesuada semper Ut sed sagittis lacus, et molestie erat. Nam dignissim quam risus, vel mattis neque convallis cursus. Quisque dignissim sodales porta..</p> <p>Donec augue tellus, pulvinar sit amet elit lacinia, vehicula pharetra erat. Quisque placerat mi sit amet enim nean lobortis consequat tellus in sodales. Nunc pellentesque nisi sit amet odio consequat tincidunt. commodo <a href:"https://twitter.com/Otto__me">@otto__me</a></p> </section>'''