This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
View Entire Thread
Re: Trouble with images

How do I redirect them to the bravehost directory?

Re: Trouble with images

Your introductory pages are linked to image just fine, so I don't really understand why your thumbnail pages are different. As Phil said, on your pages, the links and tag references all list your hard drive. On the internet, this isn't very useful.

This can sometimes happen when you are reaching all over your PC for files. When you are designing web pages on your local PC, ALL of the files that pertain to your web site, should be in your design folder. You haven't said what your using for designing your pages, but you may want to start by moving your images to your design folder, and re-linking them.

An example of what to look for in the code is below. This is the code for your first image on your "http://www.visualweightstudios.com/water.html" page.



After you adjust the links, they should look like the following. I was able to view your images with this link, so we know they are uploaded properly.



Your software might also just generate relative links, like on your other pages. This would them make the code shorter and simpler. A browser always knows where it is, and will automatically attach your URL prefix. This way, you only have to generate links that are relative to your current web site location.



Note, that the "%20" in the above code is the web servers way of compensating for spaces in your file/folder names. The web server is Unix based and doesn't like file/folder name with spaces. It's best if you do not include any spaces or funny characters in your file names. Replacing spaces with a underscore (_) is common practice.