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 trialklauscleaver
8,611 Points<SOLVED>Gallery won't switch to two columns
For the life of me, I can't find what's wrong here. Couldn't find any syntax errors, so I suspected it was my personal images causing the problem. Switched back to the Instructor's original images, but the problem remains. My head is about to explode.
2 Answers
klauscleaver
8,611 PointsNevermind, found the problem. <ul id:"gallery"> instead of <ul id="gallery">
The shame is real.
Cindy Lea
Courses Plus Student 6,497 PointsTry changing the path to ../img/filename
Smith Thapa
7,023 PointsSmith Thapa
7,023 PointsI did the same mistake! Thank you for pointing it out!