PDA

View Full Version : Need help setting a background image



BarryoBrien
Thu 11th Jan '07, 12:42pm
can any one help me set a background image


i put the code in the background css attribute section but nothing


i have the code in like this


background="websiteforumz.com/images/bg1.jpg"


ive also tryed


img src="images/bg1.jpg


img src="websiteforumz.com/images/bg1.jpg


please help

Floris
Mon 15th Jan '07, 6:08am
You're trying it in html 4 style. vBulletin 3 is in xhtml/css

In the right html tag add

style="background: #DDD url(images/bg.gif) repeat;"