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 trialWade Thomas
Full Stack JavaScript Techdegree Student 9,495 PointsIn the random quote generator project, I am stuck at putting the quote in the required format could someone give a hint
I can get the quote and the source on the page but the span elements I am unable to display. I somehow cant target the span elements as it is nested within the p elements.
2 Answers
Steven Parker
231,248 PointsBy "target", do you mean with a CSS selector?
If so, the easiest way might be to give the spans a class and then target the class in your CSS.
Also, you should be aware that only techdegree students can use your link. Ordinary students like myself cannot view it.
Treasure Porth
Treehouse TeacherHi Wade! Please join us in the Fullstack JavaScript slack channel! This is a live chat group where you'll lots of fellow students and even a few Treehouse mentors around to help you get unstuck. I've just resent your invite :)
Alan KoliΔ
8,384 PointsAlan KoliΔ
8,384 PointsIt would be of great help to share your code, but since you are having trouble with targeting child elements I can point you to this article. http://www.w3schools.com/jsref/prop_element_children.asp Hope this helps.