Log In · Register

 
Pictures- Help would be appreciated.
rubadubdub
post Jul 17 2007, 06:39 AM
Post #1


Newbie
*

Group: Member
Posts: 4
Joined: Jul 2007
Member No: 547,163



Well, ive been customizing my profile lately, pretty basic stuff just putting already written scripts together. Now i have come to find i cannot find any codes that let me have a picture tiled around the side of the main default tweaked layout.

Anyone got any ideas or solutions?

Thanks.
 
 
Start new topic
Replies
YourSuperior
post Jul 20 2007, 12:48 AM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



You mean a tiled (repeated) background? Replace PUT YOUR IMAGE URL HERE with your background url that you want to be tiled.

CODE
<style type="text/css">
body{
background-image: url("PUT YOUR IMAGE URL HERE");
background-repeat: repeat-x-y;
background-position: center;
background-attachment: scroll;
}
</style>
 
rubadubdub
post Jul 20 2007, 02:31 AM
Post #3


Newbie
*

Group: Member
Posts: 4
Joined: Jul 2007
Member No: 547,163



QUOTE(Alvin @ Jul 20 2007, 03:48 PM) *
You mean a tiled (repeated) background? Replace PUT YOUR IMAGE URL HERE with your background url that you want to be tiled.

CODE
<style type="text/css">
body{
background-image: url("PUT YOUR IMAGE URL HERE");
background-repeat: repeat-x-y;
background-position: center;
background-attachment: scroll;
}
</style>



Thats the one, thanks all for the help :)
 

Posts in this topic


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