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 trialMatthew Foote
1,264 PointsPreview of Workspace doesn't update with new code written, is there something wrong with my code that I can't find?
Here is my code, https://w.trhou.se/k10f2egdbs It doesn't seem to update with the images or the blue words and underline even though I've checked that the code is correct. Can you see something wrong with the code? Thanks
1 Answer
Ran ShemTov
14,148 PointsWorks just fine here. Your code works great.
make sure your html <a> tag won't ref no jpg. files though. if you don't have any links to put there yet, it is common practice to use:
<a href="#"></a>
Matthew Foote
1,264 PointsMatthew Foote
1,264 PointsThank you!