i still dont get how to use a css
2 posts • Page 1 of 1 •
i still dont get how to use a css
i still dont get how to get a backround. i just dont get what to put in the css. can u guide me throught it or something?
-

dark emocut - Fresh Meat
- Posts: 17
- Joined: 27 Jul 2009
- Age: 14
- Gender: Female
*Head desk*
Its not exactly something I can guide you through.
heres how you change your background
simply replace http://www.example.com/backgroundimage.gif with the link to the pic you want as your background
Its not exactly something I can guide you through.
heres how you change your background
- Code:
body {
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
background-image: url(http://www.example.com/backgroundimage.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #FFFFFF;
}
simply replace http://www.example.com/backgroundimage.gif with the link to the pic you want as your background
-

KittensKill - Your Own Personal Judas
- Posts: 20827
- Joined: 06 May 2008
- Age: 20
- Gender: Male
- Location: Nailed to the cross
2 posts • Page 1 of 1 •
Profile Layout Help and Discussion