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 trialConrad Casper
4,082 PointsHere's the widget.html text you can copy and paste if your widget.html file is not showing up like mine.
<div id="employeeList"> <ul class="bulleted"> <li class="out">Aimee</li> <li class="out">Amit</li> <li class="in">Andrew</li> <li class="in">Ben</li> <li class="in">Elizabeth</li> <li class="out">Guil</li> <li class="in">Hampton</li> <li class="in">Jason</li> <li class="in">Lainie</li> <li class="out">Kenneth</li> <li class="in">Pasan</li> <li class="in">Shawna</li> <li class="out">Zac</li> </ul> </div>
2 Answers
HIDAYATULLAH ARGHANDABI
21,058 PointsCould you ask you question more specifically
Michael Rooze
6,636 PointsThank you for posting this!
ingridg
4,728 Pointsingridg
4,728 PointsThank you!!!