Log In · Register

 
background question
Yuniechan
post Aug 6 2008, 08:17 PM
Post #1


Senior Member
***

Group: Member
Posts: 84
Joined: Mar 2007
Member No: 511,742



ive seen people with centered backgrounds just going along the top bottom or middle in a line, anyone know the code to do this ?
 
 
Start new topic
Replies
Mickey
post Aug 7 2008, 01:46 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I'm guessing you're talking about a background's position/repeat option? If you want it centered and you want it to repeat horizontally, use this code:

CODE
<style>
body {background-image:url("URL"); background-position:center; background-repeat:repeat-x;}
</style>

If you want it to repeat vertically, just change repeat-x to repeat-y. If you want to change its position, just change center to top, right, left, center, or bottom. There are more, but those are the basic ones.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: