View Single Post
Old Nov 24th, 2006, 11:14 PM   #4
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Sure, the files have to be on the server. When you're serving a page from the server it doesn't know diddly-squat about your local files or Dreamweaver.

You need the files in a place they can be found. Your URL path to the images has to match where the files are. I usually (not always) put mine in an 'images' folder directly under www.

If you can't figure this out, show some code.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote