Defining root of HTML in a folder within the site root folder

后端 未结 2 1323
暖寄归人
暖寄归人 2020-12-30 08:21

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

2条回答
  •  长发绾君心
    2020-12-30 08:22

    You need to set the base tag. If you add the tag in your page like this:

    it should display images and with sources relative to this base path.

提交回复
热议问题