How to use an image with spaces in HTML5 [closed]

1

Hi, I'm trying to assign the picture of an "img" however for some reason it does not recognize the images that contain spaces in the name:

Someone knows a way to fix it WITHOUT CHANGING THE NAME OF THE FILE

    
asked by Calicol 27.11.2016 в 23:34
source

1 answer

0

Actually, if I do not see wrong, you are closing the double quote before the simple one when you indicate the path of the image. It would have to be the other way around:

onmouseover=".....src='Peliculas/A/Scoby-Doo 2.jpg';">
    
answered by 27.11.2016 в 23:37