3 Votes / 2,474 Views

So you might be wondering how I created my profile. I have the static background so that when you scroll, the background stays in place. When you're logged into your account, you'll be placed on your main account page that shows your sponsorship information. Click on the My Profile link. From there you'll see a dark bar at the top where it gives you some options for how you would like to edit your profile. Click on the "Change profile theme" button. A small modal window will popup inside of the window. 



If you would like, you can pick a preconfigured profile design that we've created for you but you don't have to be limited to just that. You can also create your own more advanced settings for your profile. Click the "Customize Theme" tab and you'll be presented with a series of boxes that you can fill values into for a background picture or you can put the hex values for colors or write the name of a color in the box. A hex value for black would be "#000000" and white is "#ffffff". I don't use this method for my profile but the next one.



This is how I created my profile. If you click on the advanced tab, you'll be presented with just a blank box. Here you can put just raw CSS. Here is the CSS that I have in my box. If you copy and paste what I have below, your profile will look like mine. I also have the preconfigured theme set for my profile to the "Orange Splash" so you'll want to do that as well. Here is the CSS you can copy and paste into the Advanced box.





body

{

background-attachment: fixed;

background-image: url('http://www.dailygame.net/Articles/media/screens/gearsofwar/gearsofwar_E3-1.jpg');

}



.moduleDisplayContainer

{

background-color: #ffffff

}



#topbar

{

background-attachment: fixed;

background-image: url('http://www.dailygame.net/Articles/media/screens/gearsofwar/gearsofwar_E3-1.jpg');

}



#grayheader

{

background-attachment: fixed;

background-image: url('http://www.dailygame.net/Articles/media/screens/gearsofwar/gearsofwar_E3-1.jpg');

background-color: #000000;

}





#toptabs

{

background-attachment: fixed;

background-image: url('http://www.dailygame.net/Articles/media/screens/gearsofwar/gearsofwar_E3-1.jpg');

background-color: #000000;

}



#NavContainer

{

background-attachment: fixed;

background-image: url('http://www.dailygame.net/Articles/media/screens/gearsofwar/gearsofwar_E3-1.jpg');

background-color: #000000;

}

Oh wow, look at this awesome new blog entry!!!!

Hey this is my brand new blog entry. Isn't is so cool!