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
Matthew Lucas
2,491 PointsMy Copyright has aligned right? Smells Like Bakin'
For some reason my final <div> which contains the copyright seems to have grouped with the previous one and now contains the copyright im sure i haven't closed something but i cant see for the life of me where 
8 Answers
Matthew Lucas
2,491 Pointsok ive fixed it i hadnt closed the internal div of class 5 omega DOH i am a div!
Thank you for your advice ill be more thorough closing divs!
terrymartin
2,343 PointsCheck to make sure you don't have the copyright div inside the div above it.
Tom Mertz
15,254 PointsHi Matt,
can you possibly save your code into a code pen online, it's a great way to share code quickly :) http://codepen.io/pen/ Then we can help you out.
Matthew Lucas
2,491 Points[code](desktop/code.jpeg)
Matthew Lucas
2,491 Pointsand i cant get the image of my code to work :( [code](desktop/code.jpg "code")
James Barnett
39,199 PointsFor future reference, I took a look at your markdown, you are attempting to link to an image on your own computer. What you need to do is to upload your image hosting service like imgur.com so the image will be accessible on the Internet and then link to that.
Of course providing the actual code via gists (or even better codepen) is the proper way to provide code, so the people helping you don't have to re-type all of your code to try and fix it.
Matthew Lucas
328 PointsI think you've tagged the wrong Matthew Lucas...I was very confused to see this.
James Barnett
39,199 PointsMatthew Lucas sorry about that
Matthew Lucas
2,491 Points<img src="Matt-Photo/Desktop/code.jpeg" alt="alt text" title="code" />
Matthew Lucas
2,491 Pointshttps://gist.github.com/anonymous/7456814
is that right? not used codepen before :/
Tom Mertz
15,254 PointsYeah, that works great. I'm glad you figured it out :)
James Barnett
39,199 PointsMatthew Lucas - Gsts are pretty neat however it's just static code. What makes codepen so awesome is that it's "working" demo of your code.
You can check out this tutorial on how to use codepen
Matthew Lucas
2,491 Pointsawesome thats gonna come in handy! thanks James!