in which folder i have to put a picture , and what is the path i have to use to put it as a wallpaper in the web site

Avatar
  • Answered
* { margin: 0; padding: 0; } html { background:url(public_html/images/fondo_SOA.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } Surf Open Acapulco
Avatar
Arn
Hello NormaNMS,

You can place the file where ever you wish really, but typically it's organized into a particular folder. You just need to specify it in whatever folder you want to use. I reviewed the code above and the ONE thing you did wrong was that you misspelled the name of the file. The server is case sensitive. The file name is "Fondo_SOA.jpg" . It is not "fondo_SOA.jpg". If you spell the graphic name correctly, you'll see the logo disappear from your background image.

One way to test this kind of thing is to use a browser like Chrome. You can right-click on the page and inspect elements, then actually find the code involved for a particular part of the page, double-click and change it on the fly. The image will change, but the code will only be temporarily changed so that you can view it with the changed value. Check out this URL and you can see how it will appear:

http://grab.by/lyAA

If you have any further questions, please contact technical support available 24 hours a day / 7 days a week.

Regards,

Arnel C.
Community Support