Code: Select all
body {
background-image: url([[root_url]]/uploads/images/body.png);
}
Code: Select all
body {
background-image: url([[root_url]]/uploads/images/body.png);
}
Code: Select all
body {
background-image: url([[root_url]]/uploads/images/body.png);
}
OR
body {
background-image: url([[uploads_url]]/images/body.png);
}
Code: Select all
<img src="{uploads_url}/images/example.jpg" class="whatever" alt="what you like" width="100" height="20" />
etc.etc.
I do something similar... uploads/images/site for template images.velden wrote:I personally like to create an 'uploads/template/images' folder to make a distinction between 'user/content' images and 'template' images.