Leslie,
One thing you need to know is, are you in a UNIX server? If so, keep in mind that these servers and case sensitive. Meaning, if you have:
img scr="../images/mypicture.jpg"
It will not be the same as:
img scr="../Images/MyPicture.jpg"
If you are viewing your page through your browser, then you are doing wrong. You need to see how the filename has been saved at the server level. Use a program such ftp from Dreamweaver or WSFTP. Look at your code and compare the capitalization of the file name. If there is a mismatch, including the filename capitalization or punctuation, you will get the famous 404 "file not found" in shape of a white box with either a cross or red "x"
If you are trying to use relative path (IIS, UNIX, Sun, etc), then you might want to find out about the permissions on the server. Does it kick everything to the root (/.) level of your domain?
Let me know how things goes...
Walter Lopez
http://slowpez.com
> I AM A BEGINNER IN USING DREAMWEAVER. I HAVE DESIGN SOME PAGES WITH IMAGES
> AND EACH TIME I CLICK ON A LINK TO THESE IMAGES PAGEs I ONLY SEE A BOX
> WITH A CROSS AT THE TOP.EVEN THOUGH WHEN I PREVIEW THESE PAGES IN A
> BROWSER I SEE THE IMAGES ALRIGHT BUT WHEN I CLICK ON THE LINKS TO THE
> PAGES CONTAINING THESE IMAGES I SEE ONLY AN EMPTY BOX. I HAVE ALL MY
> IMAGES AND PAGES IN ONE FILE.
> SOMEBODY PLEASE HELP!!!!
> leslie