Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Only loading one image into the page

Hello!

I have a project in which I would like to load two images from another website onto the screen.

The first is set in like this:

<img src="http://www.raymears.com/_rm_pictures_/Gransfors-Small-ForestAxe1.jpg">;

Then I have some text and then below the text I set in another image:

<img scr="http://upload.wikimedia.org/wikipedia/commons/a/ae/Ursus_arctos_-_Norway.jpg">;

But the second image does not show. What am I doing wrong?

Comments

  • You typed src as scr in the second one. :)
  • lol

    I looked over it twenty times thinking I just did something dumb...
  • My favourite debugging tip: select your code, copy it somewhere safe, delete the original, and write it over again. :)
  • having a copy of Notepad (or an equivalent application) open is your friend, it is even better if the application knows HTML syntax and highlights your misspelled attribute name
Sign In or Register to comment.