I've a web site on www.open-guide.com
and I'm trying to put a background-image for each list item of my General Information form (Why choose us?), however I can't seem to find the right path (either relative or absolute) for the images, which I've in a folder (tour_icons) in my desktop.
I tried:
li {
background-image: url(../tour_icons/imagename.jpg);
}
But it is not finding it. What am I doing wrong?