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 trialRobert Cable
2,945 PointsI still dont see my facebook and twitter logos, I have checked multiple times to see if i wrote something incorrectly
need help asap
10 Answers
David Roberts
6,191 Pointscan you post the code? If you do that, we can help you see where your error is. Without seeing it, there are so many possibilities that it would be impossible to pinpoint
Thanks
Robert Cable
2,945 Pointshttp://teamtreehouse.com/workspaces/1983082
hope that works
David Roberts
6,191 Pointssorry Robert, the link goes nowhere.
You can post the code directly here. click on the Markdown Cheatsheet at the bottom of the reply text area for help on doing that.
Robert Cable
2,945 Pointscan you try the link now it just worked for me when i clicked it, thanks!
David Roberts
6,191 PointsI think it works for you because it is part of your account. I don't believe that workspaces are public.
Robert Cable
2,945 Points</section>
<footer>
<a href="http://twitter.com/robhcable"><img src="img/twitter-wrap.png" alt="Twitter logo"></a>
<a href="http://facebook.com/robcable"><img src="img/facebook-wrap.png" alt="Facebook logo"></a>
`
David Roberts
6,191 PointsIn your file structure is the img folder in the same folder as the index.html file?
Robert Cable
2,945 PointsWell my course video was to not put the index in the image folder, so no haha
David Roberts
6,191 Pointswhat I am asking is: in your file structure is the img folder in the same folder that the index.html file in? If it is not, you will need to point the img src to the folder. something like <img src=".../img/photo.jpg the the ... at the beginning tell the computer to leave the folder and go to the img folder.
This might look like:
--html
--index.html
--img
--photo.jpg
--css
--style.css
if you have your file structure like this:
--site
--img
--photo.jpg
--css
--style.css
index.html
then you have the right path, you will need to double check that you have file names correct, including file formats and of course make sure that your images are in a file named img and not something like images.
Robert Cable
2,945 Pointsnever mind i figured it out thanks for the help