Example: I create my home page, call it index. On my page I have a picture of me called "me.jpg". When I use BlueVoda to publish my page it puts the "index.html" file and the "me.jpg" all in the same directory I publish the page to.
What I want to do is to have BlueVoda put the image "me.jpg" into a subdirectory called "images" and then look in that directory for the image when the page is called. Only way I can see to do this is to manually create the "images" directory, put "me.jpg" in it and then manually edit "index.html" so it will look in "images" for "me.jpg". Is there another way?