I have a site constructed in the following fashion:
Main index
img (directory)
products (directory)
whatever.html
merch (directory)
Is it possible to create a relative link from whatever.html back to the img folder? If whatever is in the main index you can just do "/img/whatever.jpg". But because it's one level lower and IMG doesn't reside in it's directory, the link is no longer valid. Is there any way to create a relative link "backwards" or do I need to use an absolute?