Possible Duplicate:
how to hide the actual download folder location
I have an img folder in each of my view folders, e.g. views/Login/img/myImage.png.
To echo that out as the source for an image tag I have to declare the full path to the image file on the server i.e. localhost:/mysite/public_html/views/Login/img/myImage.png.
Is there anyway around this where I don't have to use the full path?