how will i source my image so i can upload it along with my html if i want to host my website on github #146436
Answered
by
cakecable
Najeeb-Ayo
asked this question in
Pages
-
Select Topic AreaQuestion Bodyi have finish writing my code for the website and the overview is as i wanted but when i host it on github the image i added to my code does not display with it, how do i sources the image in my code so it can go live with the site, i still have it on my system though |
Beta Was this translation helpful? Give feedback.
Answered by
cakecable
Dec 6, 2024
Replies: 1 comment 2 replies
-
Hello again, @Najeeb-Ayo I've went through your repository and I've spotted your problem as you're linking the image wrong. Try this: <img src="https://github.com/Najeeb-Ayo/challenge/blob/main/image-qr-code.png?raw=true" alt="the image of the qr code to be scan"> What I've Changed:
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Najeeb-Ayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello again, @Najeeb-Ayo
I've went through your repository and I've spotted your problem as you're linking the image wrong. Try this:
What I've Changed:
Let me know if this helps!