PDA

View Full Version : Fix background


hollyboy
12-11-2015, 05:21 AM
My forum (http://www.interfans.org/forum/) has a weird issue:

the background:
https://vborg.vbsupport.ru/external/2015/12/3.gif

....is supposed to show the blue diagonal lines, both on the left and right of the forum's main table.

Unfortunately on the right, as you can see checking my forum home (http://www.interfans.org/forum/) it does show a black space on the right.

Can you help me understand why?

CAG CheechDogg
12-11-2015, 07:33 AM
Go to Style Manager > Global > doc_background

There make the following changes:

Background Color: your choice, I would leave it rgb(0, 0, 0)

Background Image: url("http://www.interfans.org/forum/images/iforg_bg.gif") fixed

Background Repeat: repeat-y

Units: %

Background Image Horizontal Offset: 50

Background Image Vertical Offset: 0

hollyboy
12-11-2015, 03:27 PM
Go to Style Manager > Global > doc_background

There make the following changes:

Background Color: your choice, I would leave it rgb(0, 0, 0)

Background Image: url("http://www.interfans.org/forum/images/iforg_bg.gif") fixed

Background Repeat: repeat-y

Units: %

Background Image Horizontal Offset: 50

Background Image Vertical Offset: 0

great it works! thanks a lot