0
how do I set up an original picture
I'm trying to set a picture on my page but it won't work. I'm using <img = src "image.jpg" /> it's a picture on my computer that hasn't gone on any Web pages so I'm thinking it has to be on one for a link. any ideas
2 odpowiedzi
0
codeforPrice, the error in your code is that you put the attribute src after the equal sign. Instead type <img src="image.jpg"/>
Hope this helps!!
- 1
that in one try. <img src="yourpicture.jpg" />