Hi, i am experiencing huge frustrations this days over this problem.
The problem i encounter is that the background image doesn`t load.
I tried with referencing the image as
body{
background:url("package://cef/registerPage/background.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
background-attachment:fixed;
width:100%;
overflow:hidden;
height:100%
}
and
background-image: url("package://cef/registerPage/background.jpg");
I also changed the permission to full permission for everyone for the image
Even i tried with
background-color: some color;
After i load into the server i get this:
(As you can see other properties for the elements are loaded successfully like the styles for the button, font size, font color, etc )
https://imgur.com/MIJwsej
Any help?