Right underneath
/* Use this with templates/template-twocol.html */
a:link {
Replace any code with this code. . .
UP UNTIL this code:
color:$linkcolor;
text-decoration:none;
}
a:visited {
color:$visitedlinkcolor;
text-decoration:none;
}
a:hover {
Your coding should now look like this:
/* Use this with templates/template-twocol.html */
body {
background:url(Your URL);
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
a:link {
color:$linkcolor;
text-decoration:none;
}
a:visited {
color:$visitedlinkcolor;
text-decoration:none;
}
a:hover {
After you do this, you will not be able to use the Template Designer background up loader. This way is to install custom full length backgrounds you have made on Photoshop, Gimp, or any other program. You then can also upload a picture to tile on the background of your blog.




