Code: Select all
#wrapper {
background: #ffffff url('[[root_url]]/uploads/images/dorset-porkers/bg-[[$page_alias]].jpg') no-repeat;
margin: 0 auto;
width: 900px;
min-height: 695px;
}
Alternatively, is there a way to specify a different css for each page. At the moment, the only way around it I can see is to have a different template for each page, but this seems cumbersome.