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

allan dagio
2,109 PointsIn the "build a three column layout" video. I noticed that i was using "#gallery" but i don't see where it is in my html
In the "build a three column layout" video. I noticed that i was using "#gallery" but i don't see where it is in my html? How am i targeting it if I have no "gallery" ID's or classes? or am I missing something? HELP! Thanks!
1 Answer

Thomas van Oosterhout
7,516 PointsFrom the zip file attached to the video it looks like the ID gallery is already added. It's under the <div> "wrapper" and the element is a <ul>. If u don't have a ID yet i suggest re watch the previous video, or add the ID to the <ul> like this:
<ul id:"gallery">