Replies

Jan 21, 2011 15 years ago
NinjaSpazEmo17
is shady
User Avatar

I don't understand how you can change the background on the profile. Any advice?

"I FEEL LIKE A MONSTER" -Monster by Skillet

Feb 14, 2011 15 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

body { background-color: ; background-image:url('IMAGE URL'); background-repeat: no-repeat; height: ; width: ; } Online colorpicker to get your background color.

Background repeat can be: Repeat-y repeat-x or no-repeat

Height and width are the height and width of your background image.

Feb 14, 2011 15 years ago
Amy_314
doesn't have their sea legs
User Avatar

Just an addition to what Sorcerer said...

If you have a background that you want to repeat on the whole window, you don't want to give your background a width or height.

Please log in to reply to this topic.