shadowchaser_layouts

Status:
Joined: April 12, 2010
Last Seen: 1 decade
user id: 106021

Quotes by shadowchaser_layouts

 PROFILE BACKGROUND TUTORIAL!!
 
What you need to do is copy one of these codes and paste it in the "source" when you edit your profile (REMEMBER- it has to be in source or else it won't work). 
Now the most important part: see the place in the code where it says url then a bracket? Backspace it so there is no space between the "url" and "(". & also remove the space between "background-" and "image". I had to make the spaces so the code would actually show up on this quote



Option 1: Background image (image repeats) 

<style type="text/css">
body {background- image:url ('IMAGE LINK HERE');
background-repeat:repeat;}
</style>


Option 2: Background image (no repeat, image scrolls with page) 
 
<style type="text/css">
body {background- image:url ('IMAGE LINK HERE');
background-repeat:no-repeat;}
</style>
 
 

Option 3: Background image (no repeat, image has fixed position) 
 
<style type="text/css">
body {background- image:url ('IMAGE LINK HERE');
background-repeat:no-repeat;
background-attachment:fixed;}
</style> 

Option 4: Background colour
 
<style type="text/css">
body {background-color:HEX CODE HERE;}
</style>


Hex Codes:

Black #000000
White #FFFFFF
Deep Pink #FF0080
Light Purple #AB00FF
Spring Green #3CFF7D
Sunshine Yellow #FFFF4D
Orange #FFB83A
abcdefghijklmnopqrstuvwxyz
abcdefghijklmnopqrstuvwxyz