I am having trouble getting an image to show up once I publish my site on github. The image is located on my computer.
<td><img src="C:\Users\ETam_\OneDrive\Desktop\web development\HTML - personal site\images\selfie.JPG" alt="selfie"></td> | |
how would I go about fixing my broken image? Thanks.
Solved! Solved! Go to Solution.
Hi @Titan3T,
Welcome to the GitHub Community forum!
Did you try to upload this image in a github repository? If you this you can reffer to it by something like this:
<img src="https://github.com/Titan3T/<name_of_the_repository>/blob/master/<name_of_the_image>" alt="selfie">
Hope this helps 🙂
-Gabriele-
Mark helpful posts with Accept as Solution to help other users locate important info. Don't forget to give Kudos for great content!
uploading on github and using a local link for your image will not work you have to upload the link on repositories in order to make that link work