0
In case I am learning WEB(HTML,php,Css and Javascript), and for html there is the function of by images, but I came across the difficulty of sending an image if it has spaces in the name or in the path.
<body>
<img src="../../pictures/Sample Pictures/Desert.jpg" width="400" height="300">
</body>
I know that it is recommended not to use spaces for programming languages and etc, but I wanted to know if there is a way to resolve this without renaming folders or files, just for the same knowledge, because I actually have the habit of not using spaces. Does anyone know how to solve this, or just renaming msm?
All right, I get the idea.
– David Ferrari