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

HTML Build a Simple Website Creating a Website Structure Working with Grids

Grid_4

On the video called "Working With Grids", grid_4 is not working for me can anybody help

2 Answers

Please, paste in your code so I can see that's going on there.

<!DOCTYPE html> <html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

</head>

<div class="clearfix container"> <link rel="stylesheet" href="css/normalize.css"type="text/css" media="screen">

<link rel="stylesheet" href="css/main.css">

 <link rel="stylesheet" href="css/normalize.css"type="text/css" media="screen">

<title>Our Farm</title>

<div class="grid_4"> <img src="header for coles website (2).jpg" alt="Our Farm"> </div>

<body>

<nav>
<ul>

<li><a href="chicken.html">Chickens</a></li> <li><a href="goats.html">Goats</a></li> <li><a href="ducks.html">Ducks</a></li> <li><a href="fish.html">Fish</a></li> <li><a href="garden.html">Garden</a></li> <li><a href="tips.html">Tips</a></li>

</ul>

  <div id="intro">
    <h2>My Favorite Animal On The Farm</h2>
  <h3>My favorite animal on our farm is goats. You can see me holding one <a href="IMG_2535.JPG">here.</a></h3>
    <h2>Why Do I Like Goats?</h2>
  <h3>Why do I like goats? I like goats beacause they help cut the grass, they like to play a lot and I like feeding them.</h3>
    <h2>Chickens &amp; First Animal</h2>
    <h3>Our chickens are growing fast. There almost ready to lay eggs.</h3>
  <h3>Our first farm animal was chickens. You can see some <a href="IMG_2498.JPG">here.</a></h3>
   <h2><a href="read more.html"class="btn">Read More About Chickens</a></h2>

</div>

<div id="food"> <h2>Make sure You Have Food</h2> <h3>Before you get animals, make sure you have food for them. If you would like to view the things we needed click <a href="food.html"class="smallbtn">here.</a></h3>

  </div>

  <div id="our newest animal ">
    <h2>Our Newest Animal</h2>
    <h3>If you are wondering what are newest animal is and you were thinking <a href="goats.html">goats</a> than you are corect!</h3>

  </div>

  </nav>

<img src="IMG_2535.JPG" alt="goat">
<img src="IMG_2600.JPG" alt="fish">

  <h2>Our Farms videos</h2>

  <h2>1</h2><a href="https://www.youtube.com/watch?v=WK9tf0066MA"><img src="play.jpg" alt="play"></a>
  <h2>2</h2><a href="https://www.youtube.com/watch?v=wqCBZ7reoqs"><img src="play.jpg" alt="play"></a>
  <h2>3</h2><a href="https://www.youtube.com/watch?v=3f-9-QmpJYc"><img src="play.jpg" alt="play"></a>
  <h2>4</h2><a href="https://www.youtube.com/watch?v=98hUlESucME"><img src="play.jpg" alt="play"></a>
  <h2>5</h2><a href="https://www.youtube.com/watch?v=TfddmF3SKYE"><img src="play.jpg" alt="play"></a>

</body>

  <footer>




  <h3>&copy; 2014 coles websites. All Rights Reserved.</h3>

</footer>

</div> </html>