Sorry for the cumbersome title...
"../" is used to specify a parent directory in HTML correct? Why is Safari not recognizing this notation?
For example, I just made a simple HTML file in TextEdit:
<html>
<body>
<img src="../folder/image.jpg"></img>
</body>
</html>
Opening the file in Chrome displays the image, but Safari doesn't.
I found someone else having the exact same issue here but nobody's responded.
"../" is used to specify a parent directory in HTML correct? Why is Safari not recognizing this notation?
For example, I just made a simple HTML file in TextEdit:
<html>
<body>
<img src="../folder/image.jpg"></img>
</body>
</html>
Opening the file in Chrome displays the image, but Safari doesn't.
I found someone else having the exact same issue here but nobody's responded.