![]() |
Admin 10/14/2013 |
George, body.function-login { |
T
|
tabarin author 10/18/2013 |
George, add the following to 'Custom CSS' under Style Editor body.function-login {
|
![]() |
Admin 10/18/2013 |
Web browsers do not understand BMP format |
T
|
tabarin author 10/19/2013 |
Web browsers do not understand BMP format
|
C
|
cgphp 10/21/2013 |
Remove the !important keyword from the css body rule. |
![]() |
Admin 10/21/2013 |
For clarify sake remove everything but following: body.function-login {
|
J
|
John 10/23/2013 |
This might be a bug but the only way I was able to make background image to appear was include the alias name for the webserver in the image string.
|
C
|
cgphp 10/23/2013 |
If the images folder is at the same level of the login.php page, the css code should be as follows: body.function-login {
|
![]() |
Admin 10/23/2013 |
This is not a bug, you need to specify a valid path to the image file. The most reliable way is to reference it via a full URL i.e. background-image:url('https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72491&image=1&table=forumreplies';); |
I
|
Ivan van Oosterhout 10/24/2013 |
Hello Sergey, |
C
|
cgphp 10/24/2013 |
Did you remove the !important keyword for the background color rule? |
I
|
Ivan van Oosterhout 10/24/2013 |
Hello Cristian, |
C
|
cgphp 10/24/2013 |
If you point your browser to https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=72501&image=1&table=forumreplies can you see the image? |
![]() |
Admin 10/24/2013 |
Ivan, |
T
|
tabarin author 10/30/2013 |
Ivan, I think it's pretty obvious that mycoolwebsite.com needs to be replaced with the URL of your own webiste.
|