Merlin07
Guest
Member
Wouldn't this go in the CSS form in the 'page setup' screen in the page background section?
body
{
background-image: url('path to image');
background-attachment: fixed;
background-size: cover;
}
Or am I doing something wrong?
Continue reading...
Continue reading...
body
{
background-image: url('path to image');
background-attachment: fixed;
background-size: cover;
}
Or am I doing something wrong?
Continue reading...
Continue reading...