Skinning help (Invision Free)

MrJohn

Seasoned Veteran
Joined
Oct 21, 2008
Messages
4,102
Reaction score
32
FP$
16,476
Ok so on my forum I want side border images like near the padding area. I have been looking for the html for it and can't find it. If someone could help that would be much appreciated.
 
I want to put an image that runs along both of the sides of the forum just like FP has one, that dark navy blue streak going down on the right and left of the forum.
 
That would not only require HTML, but CSS as well.

I will get back to you if I find a way.
 
It should only take some basic css.

Just make an image like the forum promotion one,then on the body put the image.
 
If I am correct, you should be able to use the first thing in your CSS:

Code:
BODY { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 11px; color: #000000; margin: px; background-color:#; }

And adding

Code:
background-image: url()
after the last ;
 
Back
Top Bottom