CANT GET MY PROFILE BG TO CHANGE

Posts

Pages: 1
I can't for the life of me get my bg to change. I changed it to a picture of a griffon rider, and i dont want that to be the picture, but no matter how many times i replace the code... it just will not swap the picture. this is the code im using.

/* Modifications to the backrgound */

#body {

background: #888888 url("http://fc03.deviantart.net/fs47/f/2009/169/e/1/Mystic_backgrounds_by_tokyo22.jpg");

background-repeat: no-repeat;

color: #444444;

}



/* Modifications to background colors */

#main_column {

background: #cccccc;

}

#game_frame {

background: #aaaaaa !important;

}



/* Modifications to messages */

div.message div.contents {

border-left: 0px;

}

#discussion div.message.even {

background: #cccccc !important;

}

#discussion div.message.odd {

background: #aaaaaa !important;

}



/* Modifications to tables (Reviews and Downloads) */

table.listing tr.odd td {

background: #cccccc;

}

table.listing tr.even:hover td, table.listing tr.odd:hover td {

background: #444444

}

.small {

color: #888888;

}

Game profile is here: http://rpgmaker.net/games/4063/
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
So is that sunset background the one you want? Because that's the one that's there.

You might just need to reload the page in your browser to see the new version.
Adon237
if i had an allowance, i would give it to rmn
1743
Yeah, you need to do that every time you update your CSS I am pretty sure, because it might get stored somewhere on your device.

Also,


body,td,th {
/*C2| Modifies the normal font attributes, and the top navigation bar| */
color: #495158;
margin: 0px;
}
That might help you out if you can't see your text on the profile.


Is there a page somewhere that tells you how to do this. Because I've never seen any of this stuff before and I'd love to make the comments section semi transparent, make the font white and put a dark forest background behind it that scrolls with the browser.

But this seems totaly alien to me.
Pages: 1