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

CSS

My 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 code

8 Answers

ok 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!

Check to make sure you don't have the copyright div inside the div above it.

Hi 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.

[code](desktop/code.jpeg)

and i cant get the image of my code to work :( [code](desktop/code.jpg "code")

Matthew Lucas -

For 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.

I think you've tagged the wrong Matthew Lucas...I was very confused to see this.

Matthew Lucas sorry about that

<img src="Matt-Photo/Desktop/code.jpeg" alt="alt text" title="code" />

https://gist.github.com/anonymous/7456814

is that right? not used codepen before :/

Yeah, that works great. I'm glad you figured it out :)

Matthew 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

awesome thats gonna come in handy! thanks James!