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

HTML

Smells 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

How did you insert the logo on your webpage? It should be something like

<img src="img/logo.gif" alt="Smells Like Bakin">

can you please paste the code you used.

Hi 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! :)

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

I 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
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. :cookie:

Haha, thanks :)

Alright. I'll have to post it tomorrow

Thanks :)

Here it is <img src="img/logo.gif" alt="Smells Like Bakin">

Don't see anything. Well...don't know what to say, how did you copy/paste your code? (what is your manipulation?)

James Barnett
James Barnett
39,199 Points

Jim Steer Steer -

The forum uses markdown to correctly format code, check out this thread on how to type code in the forum for some examples.

<img src="img/logo.gif" alt="Smells Like Bakin">

Can 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?

ok i justed typed it out and it still won't show up

<img src="img/logo.gif" alt="Smells Like Bakin">

Anyway i have reviewed it many times now and it is identical to whats written by Felipe

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

Can 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?

Oh, I pointed out a problem with the comments, I can't edit it, it create a new post. Will report it to the support.

hello there+hello there+hello there html

<Body> <p>hello world</p> </body>

<Body> <p><img src="img/logo.gif" alt="Smells Like Bakin"></p> </body>

<body> <p><img src="img/logo.gif" alt="Smells Like Bakin"></P> </body>

I am extremely confused what's being asked of me right now :P

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

\`\`\` \<p\>Hello World \<\/p\> \`\`\`

``` <p>Hello World <\/p> ```

``` <p>Hello World </p> ```

<p>Hello world</p>

<p><img src="img/logo." alt="Smells Like Bakin"></p>

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

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