When defining something like a background image URL in a CSS file, when using a relative URL, where is it relative to? For example:
Suppose the file /styleshe
/styleshe
This worked for me. adding two dots and slash.
body{ background: url(../images/yourimage.png); }