Jump to content

Javascript Through Linux (godaddy.com) Hosting


bSb2010

Recommended Posts

I need any advice that can be given to me by all of the knowledgeable w3school users out there :) I recently created a site for a friend's new business venture. Unfortunately, I have only taken one web design course, so it has been difficult for me to finish. If you would like to go to the site to better visualize my problem, it is: www.basketsbymollie.com. As a side note, I would like to say the whole site is not yet loaded, i.e. the 'shop' section does not exist because I have some CSS/formatting issues to work through.Okay, so here goes:We purchased the domain name and hosting service (Linux) through GoDaddy.com. The site will eventually exist for my friend to be able to sell her baskets online and it involves the use of a lot of pictures.To make browsing the baskets easier, more convenient, I used a lightbox JavaScript to enable users to click on the photos, view them, and close out of them without navigating away from the page. The only problem here is that when everything was uploaded to GoDaddy something happened and, online, the pictures themselves do not show up -- though the other aspects of the JavaScript work smoothly. I called the site's help line and they said that everything looks like it should be working properly. They also noted that we are well below our space capacity for uploads, so that is not an issue either.Furthermore, there is one only picture on the site, on the 'about' page, that is not linked with the javascript file and it does show up. Any advice out there for me? I will be forever indebted to you and appreciate anyone who even reads this!

Link to comment
Share on other sites

At least these URLs return 404 errors, the files do not exist on the server:http://www.basketsbymollie.com/evergreen.jpghttp://www.basketsbymollie.com/images/runner.gifhttp://www.basketsbymollie.com/images/arrow.gifKeep in mind that Linux servers, unlike Windows machines, are case-sensitive. Your image is called "evergreen.JPG", which on Linux is not the same as "evergreen.jpg", which is what the code says. Be consistent in your naming.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...