How do i add a big image to fit around the whole forum, im not tlaking behind the categories, im lookin for the page bg... plz help me out..
Announcement
Collapse
No announcement yet.
Adding a graphic behind the forum
Collapse
X
-
Add a background tag to the body tag:
Admin CP -> Styles -> Modify -> [fonts/colors/etc] -> page layout -> Body TagSteve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
<body bgcolor="#1E1D21" text="ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">
this is my code
tell me what to change to add a image.. edit it for me and tell me where to put image link..
Comment
-
It's just simple HTML:
<body background="yourimage.jpg" bgcolor="#1E1D21" text="ffffff" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020">Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
You can use CSS (the "no-repeat" attribute) to force an image to stop repeating.--filburt1, vBulletin.org/vBulletinTemplates.com moderator
Web Design Forums.net: vB Board of the Month
vBulletin Mail System (vBMS): webmail for your forum users
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment