Why don't you use paths to your images that are relative to the
webroot instead of the directory they are in so that they work no
matter where they are?

The convention is to have a directory in your webroot called "images"
and all your imagery goes in there.

/images/c1/foo.jpg
/images/c2/bar.jpg

<img src="/images/c1/foo.jpg" />

-justin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to