I'm trying to add a picture to my site that links to a facebook group. A little symbol shows up and directs to the group when clicked, but it's not my image. Thoughts?enter image description here
CodePudding user response:
It seems like the source of your image is wrong. For example, imagine your document is on folder "website" and inside that folder you have another folder with the name "assets", so, if you want to put an image on the HTML document, you'll need to put on the source assets/image-name.jpg
, with that you're looking for the image inside the assets folder.
CodePudding user response:
I saw your code, there are no typos maybe it's something wrong with the image. You need to make sure two things:
- The image should be in the same folder/directory as your html file.
- Double check the extension and name of the image.
Example:
<a href="https://victure.repl.co"><img src="myreputationcantletmeuploadimages"></a>