I want to have a new folder containing a set of new html files. All the images inside it are in the format src=\"image.png\" and image.png is locat
src=\"image.png\"
image.png
You need to set the base tag. If you add the tag in your page like this:
base
it should display images and with sources relative to this base path.