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 trialJim Steer
340 PointsSmells Like Bakin Logo wont show!
I just started the HTML section and when i wrote in the code for the Smells Like Bakin logo (<img src="img/logo.gif" alt="Smells Like Bakin">) it just showed a corrupt picture or something on the web page. I have a windows computer running windows 7. Not sure how to fix my problem. I just want my logo to appear! Please help!
21 Answers
Felipe Granja
4,824 PointsHow did you insert the logo on your webpage? It should be something like
<img src="img/logo.gif" alt="Smells Like Bakin">
Ross King
20,704 Pointscan you please paste the code you used.
Giovanni CELESTE
20,961 PointsHi Jim Steer Steer,
As Ross King and Felipe Granja mentionned, it is a good behaviour to paste your code when you are stuck. Without the code, it is complicated to see what you did, and give you helpful hints for resolving your problem.
And be patient, glory is on the end of the road! :)
Jim Steer
340 PointsI did but it didn't show up for some reason. I'm away from the computer now. It was identical to when he posted above. I think my computer won't load the picture properly.
Giovanni CELESTE
20,961 PointsI don't think so :). Treehouse is all about the browser, your computer has nothing to do with that. And what you think you did and what you really did, sometimes it can be different (it's not rare to forget a bracket or a semi-colon). That's why we need what you did exactly to check it up :).
James Barnett
39,199 Points>
what you think you did and what you really did, sometimes it can be different
Giovanni CELESTE - That maybe my favorite quote from the forum.
Giovanni CELESTE
20,961 PointsHaha, thanks :)
Jim Steer
340 PointsAlright. I'll have to post it tomorrow
Giovanni CELESTE
20,961 PointsThanks :)
Jim Steer
340 PointsHere it is <img src="img/logo.gif" alt="Smells Like Bakin">
Giovanni CELESTE
20,961 PointsDon't see anything. Well...don't know what to say, how did you copy/paste your code? (what is your manipulation?)
James Barnett
39,199 PointsThe forum uses markdown to correctly format code, check out this thread on how to type code in the forum for some examples.
Jim Steer
340 Points<img src="img/logo.gif" alt="Smells Like Bakin">
Giovanni CELESTE
20,961 PointsCan you type in response for this comment please? Write this: <p> Some Text to test the forum </p>
And then, type it again, wrap it with ```
And finally, type it again, and wrap it with ```html.
Can you do that please?
Jim Steer
340 Pointsok i justed typed it out and it still won't show up
Jim Steer
340 Points<img src="img/logo.gif" alt="Smells Like Bakin">
Jim Steer
340 PointsAnyway i have reviewed it many times now and it is identical to whats written by Felipe
Felipe Granja
4,824 PointsDid you download the project files? They are here: http://bit.ly/1lInUee . Make sure to place the img folder in the same directory as the index.html file.
Giovanni CELESTE
20,961 PointsCan you type in response for this comment please?
- Write this: Some Text to test the forum
- And then, type it again, wrap it with ```
- And finally, type it again, and wrap it with ```html.
Can you do that please?
Giovanni CELESTE
20,961 PointsOh, I pointed out a problem with the comments, I can't edit it, it create a new post. Will report it to the support.
Jim Steer
340 Pointshello there+hello there+hello there html
Jim Steer
340 Points<Body> <p>hello world</p> </body>
Jim Steer
340 Points<Body> <p><img src="img/logo.gif" alt="Smells Like Bakin"></p> </body>
Jim Steer
340 Points<body> <p><img src="img/logo.gif" alt="Smells Like Bakin"></P> </body>
Jim Steer
340 PointsI am extremely confused what's being asked of me right now :P
Giovanni CELESTE
20,961 PointsI try to figure out how your posts are displayed. And what I wrote displayed differently from what I wanted :P. I start again: Write those:
<p>Hello World</p>
- ```<p>Hello World</p> ```
- wrap it with ```html <p>Hello World</p> ```
Well, don't know if it will be displayed correctly.
Giovanni CELESTE
20,961 Points\`\`\` \<p\>Hello World \<\/p\> \`\`\`
Giovanni CELESTE
20,961 Points``` <p>Hello World <\/p> ```
Giovanni CELESTE
20,961 Points``` <p>Hello World </p> ```
Jim Steer
340 Points<p>Hello world</p>
Jim Steer
340 Points<p><img src="img/logo." alt="Smells Like Bakin"></p>
Jim Steer
340 PointsI don't know what wrap it means. All my images look like they just won't load now. I don't think it's a problem with coding.
Tyler McNally
1,560 PointsMake sure that you press enter after the code fencing (which is the ``` marks) so that the actual code is on the line below the code fencing.
The ``` marks were one line above and below the code shown below:
<h1>here is my code</h1>
Hopefully I did this right....I did it as an exercise to help myself get used to posting code in the forums haha. Hopefully I did it right and now you can post your code so that these fine folks can help you out with your original problem!