What is the correct syntax when setting the background-image in CSS? In visual studio, there seems to be no problem in the background since it appears. But in the browser li
i got mine working w/ ../images/bgimage.jpg
how? i did NOT use quotes - ex:
background-image: url(../images/bgimage.jpg);