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

General Discussion

Monica Kornis
PLUS
Monica Kornis
Courses Plus Student 1,132 Points

Workspaces Issues

Hi! For some reason, even though I have written many HTML elements into workspaces, only the content in the header is showing up. I'm not sure exactly what the issue is here, but any help would be much appreciated! <!DOCTYPE html> <html> <head> <meta charset = "utf-8"> <title> Monica Kornis - Designer </title> </head> <body> <header> <a href = "index.html"> <h1> Monica Kornis </h1> <h2> Designer </h2> </a>
<nav> <ul> <li><a href = "index.html"> Portfolio </a></li> <li><a href= "about.html"> About </a></li> <li><a href= "contact.html"> Contact </a></li>
</ul> </nav>
</header> <section> <ul> <li> <a href ="img/numbers-01.jpg"> <img src = "img/numbers-01.jpg" alt=""> <p> Experimentation With Color and Texture </p>
</a> </li> <li> <a href ="img/numbers-02.jpg"> <img src = "img/numbers-02.jpg" alt=""> <p> Playing With Blending Modes In Photoshop </p>
</a> </li> <li> <a href ="img/numbers-06.jpg"> <img src = "img/numbers-06.jpg" alt=""> <p> Creating 80's Style of Glows </p>
</a> </li> <li> <a href ="img/numbers-09.jpg"> <img src = "img/numbers-09.jpg" alt=""> <p> Drips With Photoshop Brushes</p>
</a> </li>
<li> <a href ="img/numbers-12.jpg"> <img src = "img/numbers-12.jpg" alt=""> <p> Creating Shapes With Repetition </p>
</a> </li> </ul>
</section> <footer> <a href="http://twitter.com."><img src ="img/twitter-wrap.png" alt="twtter logo"></a> <a href="http://facebook.com"><img src = "img/facebook-wrap.png" alt="facebook logo"></a> <p>Ā©2016 Monica Kornis</p> </footer> </body> </html>

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Sorry, posted an incorrect answer and removed it. I see the closing of the header now :)

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Ok, before we start looking at your CSS files let's check the obvious. Have you saved the files, refreshed the page (note: hit refresh even after you bring up the preview again), and have you tried clearing the browser cache?

Monica Kornis
Monica Kornis
Courses Plus Student 1,132 Points

Hi Jennifer. Thanks for your help! Yes, clearing my browsing cache helped tremendously. Now, now everything is showing up aside from my images.

1 Answer

Steve Brewer
Steve Brewer
15,030 Points

I can't see your html, head or body tags here