How Could I Get Any Jpg Doc (even Those Previously Doctored In Photoshop) To Appear On Web Pages From Html?
I have a folder for all of my photos. All photos are jpg.
All of them appear in the web page that I am creating using HTML tags.
However, only one is not appearing. That jpg photo had previously been doctored in Photoshop. How can I get Photoshop doctored photos to appear on web pages created by html?
Thanks!
Tagged with: Appear • Could • Doctored • even • From • HTML • Pages • Photoshop • Previously • Those
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
it may be still in a proprietary ‘photoshop’ format.
Try reloading the image into photoshop and do a ’save as’ then select jpg/jpeg format. Then see if it will then show up. also check your html code make sure that the tag has the same spelling as the image name. including jpg or jpeg format. even a simple little lower case/upper case error can keep the image from loading.
My suggestion would be to check the HTML file and see if the name that the document is looking for is the same name that the file you altered in Photoshop has AFTER you have saved it with the changes.
Files on the web are case sensitive (meaning caps matter) and the extension matters (is it a .jpg or .jpeg file?).
If the file was saved with the extension PSD (photoshop format), the web doesn’t support this file type, and therefore you will need to save it as a jpg for it to work.
Photoshop saves jpg files properly, so it’s not a Photoshop or file problem. Make sure you actually saved it as a jpg, and make sure the link is pointing to the actual file (check for typos). If you can navigate to it directly (point your browser at http://mysite.com/images/myimage.jpg) it will show on the page.