can someone help me understand how to specify image and other resource paths?
I have a site named MySite. When i created the site, I specified the directory as sitedirectory.
They way I understand it is - when the site is deployed to livesite, it will live at:
http://www.myurl.com/sites/sitedirectory and MySite is only the directory name within TS.
When including an image, $URL_PREFIX is only giving me a path to to root of the workarea - so I have to explicitly add the path from the root of workarea to the image for it to work: $URL_PREFIX/sites/MySite/images/image.png
How will this work when deployed outside of TS? I have to specify my images in an entirely different dir than the .page files? Even though they really live in the same dir?