1. Go to edit the "About Me" section of your profile.
2. Insert the following code, which is essential in order for your custom background to show up.
%26lt;style type="text/css"%26gt;
table, td {
background-color:transparent;
border:none;
border-width:0;}
%26lt;/style%26gt;
3. Change the color of your background by inserting the following code right before the %26lt;/style%26gt; tag (replace color_code with a color code from the link listed below):
body
{background-color: color_code;}
4. Make a picture as your background by inserting the following code instead:
body{background-image:url("BACKGROUND URL HERE");
background-attachment:fixed;}
No comments:
Post a Comment