Montana-Media-Arts / 341-work

Resource repo and homework wiki for MART341-WebDev
https://montana-media-arts.github.io/mart341-webDev/
2 stars 2 forks source link

Linking screenshots in readme.md #31

Open akasharose opened 7 years ago

akasharose commented 7 years ago

It means what it says -- I'm struggling to figure out exactly how to link to a image in the repository in the markdown. It's probably really simple, but still.

gordonty commented 7 years ago

What do you mean by linking to an image in the repository? If you expand on that I might be able to help.

michaelmusick commented 7 years ago

From your readme, it should just be the relative path to the file.

So, assuming you are linking to a file in the "progressImages" directory you have setup, it should be...

![Description of Image](./progressImages/Progress1.jpg "mouseover, pop up description of image")