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 HTML Basics Structuring Your Content Grouping Content with <main> and <div>

Eduard Turiceanu
Eduard Turiceanu
1,930 Points

Cite link problem.

<blockquote>
        "Virtual reality was once the dream of science fiction. But the internet was also once a dream, and so were computers and smartphones. The future is coming." - <cite><a href "https://www.facebook.com/zuck/posts/10101319050523971" target="_blank">Mark Zuckerberg</a></cite>
        </blockquote>

Ok so when I click on the link with the cite of "Mark Zuckerberg" it redirect me on the home page of the workspaces instead of the facebook post.

[MOD: edited code block - srh]

2 Answers

Hi there,

I think you need <a href="https:// - add the equals sign, perhaps?

Steve.

Eduard Turiceanu
Eduard Turiceanu
1,930 Points

Thank you, my fault for the inattention.

It's easily done! :+1:

Eduard Turiceanu
Eduard Turiceanu
1,930 Points

@stevehunter Now I have a problem with the workspace... timed out, i tried to refresh the browser but it does not work the same.

I can't help with back-end Workspace issues, unfortunately. You can try closing the browser and reopening it - but I know there have been some issues with some servers. Maybe give it a little time, or email support for info.

Steve.