I've never used netlify, but with a high probability, .//code> is not
.//
from the moment it goes up to netlify. If the path starts with .
, it is a relative path, but it is not very good to think that it can give the relative path with the src
attribute such as img
and script
. Because you're going to have the same problem as you are now.
Browse to the folder with index.html
or index.php
. Create a folder there called images
. Put the picture in the folder. And fix the picture tag.
<img src="/sajin.jpg" /> <!-- Note that it gave a path (absolute path) starting with a slash -->
Please see if the image comes out on netify. "live server" is a later issue.
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.