Sunday, 29 January 2012

HOW TO CHANGE THE BACKGROUND OF YOUR PAGE


Copy/Paste the highlighted code in the "edit" section of your website.

<style type="text/css">
body{background-image:url(if you want just a color leave this blank);
background-attachment:fixed; 
background-repeat:no-repeat;
background-position:center center;
background-color:ADD COLOR HERE;}
table, td, textarea, a, body, 
input{background-color:transparent;border:;border-width:1}
</style> 

0 comments:

Post a Comment