I made a simple HTML code for a class assignment using Komodo Edit. When I look at the HTML document through any browser on my Windows PC, the images do not show. They show on the Apple computers. (1 GIF and 3 JPEG's). Text displays fine on both types of computers.
Any ideas?
Anonymous2019-10-17T14:08:47Z
The reason they do not show is because of the file path of the images. The file path needs to be correct. Look at where you store the images and make sure it points to the correct location in your code.
For the images not to show up, I can think only of one reason - images are not where they are supposed to be as indicated in the <IMG SRC=URL> tag. Verify that the URL is correct and that the images are there.
PC / Mac shouldn't make any difference; 1. how exactly did you include the images? i.e. what is the src of one of your <img> elements? 2. how did you copy the page to the PC? Or is it already hosted somewhere?