Images returning 404 error

Status
Not open for further replies.

portfo41

New Member
Messages
2
Reaction score
0
Points
1
Just built my very first website in HTML/CSS, and uploaded it here. It looks just fine EXCEPT two of the images return a 404 Not Found error when clicking on their thumbnails. I built the site using Brackets, and all images show up fine in its live preview; the names are correct, and I can even open them from the file directory. I can't see anything that I can do to resolve the issue.
The broken links are here
http://portfoliorichardhardy.x10host.com/Logo.html
and here
http://portfoliorichardhardy.x10host.com/Illustration.html
Please help =)
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
The Linux file system is case-sensitive (Windows isn't), and your filenames are not capitalized the same way as your image tag src attributes are. Your best bet (always) is to leave everything in lower-case, and don't use spaces or other special characters (use underscores or hyphens instead), that way your site will always be portable between server operating systems.
 

portfo41

New Member
Messages
2
Reaction score
0
Points
1
Gah! Horrible Noob Error! Thanks so much for noticing, and such a swift reply. All works fine now =)
 
Status
Not open for further replies.
Top