Whenever I type the code to show an image, I have to type:
<img src="file:///c:/users/user/pictures/image.jpg"> for an example, but every example I read online shows that I can just type:
<img src="image.jpg"> Whenever I try this format, I just get an empty box with a red X in the corner. I don't mind typing the long hand version but if it's possible to use the short version, I'd love to know how.
<img src="file:///c:/users/user/pictures/image.jpg"> for an example, but every example I read online shows that I can just type:
<img src="image.jpg"> Whenever I try this format, I just get an empty box with a red X in the corner. I don't mind typing the long hand version but if it's possible to use the short version, I'd love to know how.