View Full Version : Custom background
carrlos
03-11-2008, 12:30 AM
How do I add a custom background (rather than the E1E1E2 color in Main CSS)???
Bradley_Wint
03-11-2008, 12:38 AM
CSS.
eg
url(images/carbonbg.gif); background-repeat : repeat;width : auto;height : auto;
just google a quick guide to CSS backgrounds and apply it...
next to the #E1E1D1 you just put the line of CSS.
So in the line with the color
#333333 url(images/carbonbg.gif); background-repeat : repeat;width : auto;height : auto;
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.