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

NEED HELP!!! STUCK ON TRACK

Hi,

I am currently stuck on the How to make a website | Styling Web Pages and Navigation track. I wouldn't even say stuck, more like I have no clue where I went wrong and I feel like I check everything(probably not)

Ok when I go to my main.css page some of my code isn't highlighted and I think that's why my site isn't coming out like the tutorial site. For example:

font-weight: normal;

the word "normal" isn't highlighted or blue like it usually is and its like this for almost everything on my page. I want to show you my work space so you can have a better understanding but I don't know how to show it to you. If you could tell me that would be nice.

Thanking you in advance fellow Tree House members.

Thanks. Link to WS here:

https://w.trhou.se/p5fb3ixo21

hmmmm its show properly in this link but not on MY work space...

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

You can show us your workspace by taking a snapshot of it. This will allow us to fork it and peek at your code and file structure without changing what you're working on. On the upper right hand side of your workspace you should see a camera icon. Click this to make a snapshot and then link it here and we'll have a look! :sparkles:

3 Answers

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

If it's showing properly from that link, but not when you launch the preview from your original workspace, try clearing your browser cache. There's always the chance that it's loading in cached data instead of your newly edited files. :sparkles:

Ok yea, Its still not showing my pics in 2 columns can someone check it out and let me know why?

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

Hi there! I found the problem. And it's just a typo! So it's an easy fix :smiley:

In your html you've written this:

 <div id="wrapper">
      <section>
        <ul id="gallary">

That should be:

 <div id="wrapper">
      <section>
        <ul id="gallery">

Note the spelling difference between the first one of "gallary" and the second one "gallery". Make that change, save the file, and refresh. It should be displaying in two columns then.

Good luck! :sparkles:

MEGA face palm LOL you are the GREATEST

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

Hehehe it happens to us all! That's why it's always great to get an extra pair of eyes to look at it :eyes: And, as a bonus, you now know how to post a snapshot! :sparkles: