Hi,
I'm trying to change a background image in CSS, I unfortunately don't have a lot of experience with web design, but need to get this done. The current CSS background-image is a url(svg:base64:Fnwebububfbwfjnw blah blah). I am wondering how one would go about changing this file to another file....do I need to convert another SVG to Base64? I have tried standard jpeg and png but they don't seem to work, the image can't be loaded in firebug. I have tried with relative and absolute paths, but can't seem to get anything to work.
The css file is in the www folder, and images in a folder inside the www folder.
It's doing my head in, any help is appreciated.
I'm trying to change a background image in CSS, I unfortunately don't have a lot of experience with web design, but need to get this done. The current CSS background-image is a url(svg:base64:Fnwebububfbwfjnw blah blah). I am wondering how one would go about changing this file to another file....do I need to convert another SVG to Base64? I have tried standard jpeg and png but they don't seem to work, the image can't be loaded in firebug. I have tried with relative and absolute paths, but can't seem to get anything to work.
The css file is in the www folder, and images in a folder inside the www folder.
It's doing my head in, any help is appreciated.