Daily Lucky Numbers:
3
17
20
26
46
47

background image

Started by vince, December 15, 2020, 11:59:23 AM

Previous topic - Next topic

vince

i am unable to get this to work i tryed this but wont show

background: #E9EEF2 url(../images/theme/backdrop.png) fixed;

vince

ok i got it working using this

body
{
             background-color: #E5E5E8;
             background-image: url(URL TO IMAGE HRERE);
             background-repeat: repeat;
             background-attachment: fixed;
             margin: 0px;
             padding: 12px 30px 4px 30px;
}