Some images are not displaying on a basic simple page
For some reason I am having issues displaying some very basic site images. The image shows as blank on the page.
I was using a .jpg that didn't show but when I made a version as .png it shows up fine. (both pics are on the server in images dir.)
They are both small files and small images
same BASIC HTML page (no css etc.) same tag like:
<!-- shows-->
<img src="images/test.png" alt="" />
<!-- no show-->
<img src="images/test.jpg" alt="" />
Any Idea why the .jpg does not show?
Could it be something at the host level?
