The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
in the css use this inorder to make it repeat.
(may need to make it a custom id or class) #bgimage { background-repeat: repeat; } that sets the image to repeat vertically and horizontally as well if you only wont it to repeat horizontally use this. #bgimage { background-repeat: repeat-x; } by default all backgrounds repeat unless told not to with css. --------------- Added [DATE]1230660604[/DATE] at [TIME]1230660604[/TIME] --------------- also make the image in a div it will have a set width of 100 by defaukt with fulidness so it would be like this. <div id="bgimage"><img src="path/to/image.jpg></div> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|