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 trialRobert Sullivan
1,549 PointsProblem with foundation 5.2
Hi Guil - great video series. I'm finding a problem though with latest foundation 5.2. The grouped buttons on prototype don't display properly. Work fine with foundation 4 and 5.0. Rob
3 Answers
Robert Sullivan
1,549 Pointstry try again.. the correct code structure is to use <ul> and <li>
and not <p>
.
Robert Sullivan
1,549 PointsI think i found the answer. The correct format for using grouped buttons is to use a <ul> and <li> structure rather than <p>. Not sure why this worked in Foundation 4 and versions of 5 before 5.2, but it no longer works under 5.2 unless you use the correct code as per docs. rob.
Robert Sullivan
1,549 Pointssorry, forgot to use markdown. i meant to say the correct code structure is to use a '''<ul> and <li>''' rather than a '''<p>'''. rob