- Assigned to t180miya
- Merge request !2insert subdir name into the path of link/script/style/img → (Open) created by t180miya
There is a zip file which contains a HTML file "doc1.html" in the subdirectory "subdir1".
The "doc1.html" refers image file with relative path such like "images/pict.png", but the image file won't be displayed.
[zip file]
my_zip/index.html # contains <a href="subdir1/doc1.html">
my_zip/subdir1/doc1.html # contains <link rel="stylesheet" href="style/style.css">, <img src="images/pict.png">
my_zip/subdir1/style/style.css
my_zip/subdir1/images/pict.png
https://www.drupal.org/node/add/project-issue/minisite# →
create zip which contains html file in the subdirectory
upload zip
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.