Formatting your Profile: Cool Backgrounds
In the fist guide, we learned the basics of CSS and profile formatting. In this tutorial, we will do some pretty cool stuff with backgrounds.
Here is the base code we will work with. Put it in your "other goals" section*.
*It really doesn't matter which section you put the CSS in, it is just useful to keep consistent, so I always use "other goals".
<style type="text/css">
body {
background-image: url('http://static3.filefront.com/images/personal/t/totemgufler/120996/prmiwbcape.jpg');
background-repeat:repeat
}
</style>
Formatting your Profile: Introduction
Have you ever wanted to make your profile look awesome? Have you seen those people with cool background and you want one for yourself? There are lots of ways of doing this, and a lot of people just go to places like http://www.freemyspacebackgrounds.net/ and just copy the code they give you. It is relatively easy, however, do do this yourself. Just take a look at my profile and see what can be done with some simple code.


