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

i guess this is my fault for being lazy

Hey i got a big issue right now. I been busy with other projects so and my uncle ask me to do his site a month ago, now i did most of it but he didn't give me everything i needed so i could finish till 3 days ago my one problem is i did it in muse to be lazy so now when i upload everything to godaddy every page just has links but no images at all! but when i click on the files before i uploaded it the seem fine. I'll gladly give the link to the dropbox if your willing to help......smh i never had this problem when i code the site myself in treehouse or dreamweaver.

3 Answers

This is likely an issue with image paths. An easy way to solve this is to make sure the images are requested using relative links. Ie: /img/header.gif

And not: http://example.com/img/header.gif

To solve this issue, you can simply put all your images in a folder located in the root directory of your line server, and requested these images in all your html files using relative links. Review your style sheets to debug the error too.

You were 100% right! thank you

Happy to have helped you :) do you mind giving me a "Best Answer" to close this thread?

I would love to just for some odd reason it not popping up right now to give you the best answer.

Haha, I understand.