@@ -65,14 +65,16 @@ Each time you press Save in the Custom CSS Rules dialog, your content will be au
When you are satisfied with your styling, you can leave it like it is or copy the CSS to the Custom Sandbox World Style Sheet CSS file(as described above)
## Note that when using a CSS-file, any paths to images etc must be relative to where your CSS-file is located
## About paths to resources(files)
In the example above, the file custom.css is residing in the world *Oneshots*, in a subfolder named *style*.
To use a path to a file in a subfolder to *style* named *images*,
### Using a CSS-file
When using a CSS-file, any paths to images etc must be relative to where your CSS-file is located
```css
background-image:url("images/bg.jpg");
```
### Using Custom CSS module
When using Custom CSS, the relative path is based on the root of the Foundry Data folder