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>

moorbilt
moorbilt
2,281 Points

<blockquote cite="https://whatever.com> Is not having any effect </blockquote>

4 Answers

I can get -<cite><a href="https://www.facebook.com/zuck/posts/10101319050523971"> Mark Zuckerberg </a></cite> to work but not the <blockquote cite="..." one.

It looks like you have just wrote "blockquote*s*" in your html tag in your linked file, instead of blockquote. That fix should do it :)

moorbilt
moorbilt
2,281 Points

Your advice still hasn't fixed it. I updated the link in my post.

I forked it and opened it up and tested that link you updated in a workspace, and the <blockquote> tag appears to be working correctly. All <blockquote> does is basically indent and offset content inside of it and nothing else. I did look at the video related to that project and it does look like as the video progresses he explains how "cite" works as well as to better implement it in the project which will probably make more sense to you as you watch.

Gaby Esu
Gaby Esu
882 Points

HI, I think I'm having the same problem as moorbilt had, the text is supposed to have a link and it doesn't display as a link just as plain text. Not this text <cite><a href="https://www.facebook.com/zuck/posts/10101319050523971"></a>Mark Zuckerberg</cite> Which is supposed to highlight the name. Nor this one
<blockquote cite="https://www.facebook.com/zuck/posts/10101319050523971"> "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." - Mark Zuckerberg
</blockquote>

I'm glad I'm not the only one seeing that the cite attribute doesn't make any visible difference on the page.