WebDev

SMF Modifications => General Code/Script Inquiries => Topic started by: vince on December 15, 2020, 11:59:23 AM

Title: background image
Post by: vince on December 15, 2020, 11:59:23 AM
i am unable to get this to work i tryed this but wont show

background: #E9EEF2 url(../images/theme/backdrop.png) fixed;
Title: Re: background image
Post by: vince on December 15, 2020, 12:14:46 PM
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;
}
EhPortal 1.39.6 © 2024, WebDev