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

CSS Framework Basics What's New in Foundation 5 Grid Updates and Visibility Classes

Problem 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

try try again.. the correct code structure is to use <ul> and <li> and not <p>.

I 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.

sorry, forgot to use markdown. i meant to say the correct code structure is to use a '''<ul> and <li>''' rather than a '''<p>'''. rob