BACKGROUND SETTING ON GAME PROFILES
Posts
Pages:
1
I've been trying to put a custom background on my Stellar Evolution game project page, however nothing appears to be happening. I've used the below example - is there something wrong and if so what?
author=#body {
background: #888888 url("http://www.filterforge.com/filters/1388.jpg");
background-repeat: repeat;
}
It now looks like this:
but still doesn't work. I know the source url is correct link-wise because it works as a weblink.
author=#body {
background: #888888 url('http://www.filterforge.com/filters/1388.jpg');
background-repeat: repeat;
}
but still doesn't work. I know the source url is correct link-wise because it works as a weblink.
Pages:
1
















