This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Ben Rinker
over 8 years

Oops, try again. Add a <div class="thumbnail">..</div> Not finding the problem.

Any help would be great, I’m stuck. “Oops, try again. Add a

..

<div class="neighborhood-guides">
      <div class="container">
       <h2>Neighborhood Guides</h2>
       <p>Not sure where to stay? We've created neightborhood guides for cities all around the world.</p>
    </div> <!--container-->
        <div class="row">
         <div class="col-md-4">
           <div class="thumbnail">
             <img src="http://goo.gl/0sX3jq">
           </div> <!--thumbnail-->
           <div class="thumbnail">
             <img src="http://goo.gl/an2HXY">
           </div> <!--thumbnail-->
         </div>  <!--col-md-4-->
         <div class="col-md-4">
           <div class="thumbnail">
             <img src="http://goo.gl/Av1pac">
           </div> <!--thumbnail-->
           <div class="thumbnail">
             <img src="http://goo.gl/vw43v1">
           </div> <!--thumbnail-->
         </div> <!--col-md-4-->
         
         <div class="col-md-4">
           <div class="thumbnail">
             <img src="http://goo.gl/0Kd7UO">
           </div>  <!--thumbnail-->
         </div> <!--col-md-4-->
       </div><!--row-->
      </div> <!--neighborhood-guides-->

Answer 560e56ddd3292f25510002f8

1 vote

Permalink

Hi Ben,

looks like you have closed the container too early, it needs to wrap around the row div as well, So if you move it to the bottom, just above the </div> <!--neighborhood-guides--> it should work

Thanks

Keith

points
Submitted by Keith Light
over 8 years

2 comments

Earl Bryan Vidad over 8 years

what if it still doesn’t work?

Keith Light over 8 years

Hi Earl, can you post the code you are trying to use and Ill take a look for you