PDA

View Full Version : CSS


Hybrid Soldier20
10-05-2003, 07:05 PM
I need some help, I own an Invisionfree board and I was wondering if Invision Power Board uses a css style sheet as well, because I was wondering how u put images in the post box and in the info thing to left of when somebody posts, can one of the admins who owns this board please help me.

Bryan
10-07-2003, 10:59 PM
Most of it is all done in the style sheet. If you don't understand that, you'll have a very hard time trying to get your forum to look the way you want it to.

As for changing images, you have to edit them by going somewhere in the Admin CP. I'm not sure of how you get to it, but look around..it's in there. (You're going to need your own host for the images though)

d0dGy MiKE
10-15-2003, 05:54 PM
ok add this to your style sheet [doesnt matter where, but i'd put it at the bottom near the form styles :P]:
textarea {
background-attachment: fixed;
background-image: url(style_images/*/backgroundimage.gif);
}

Hybrid Soldier20
10-15-2003, 08:22 PM
thanks thats what I was looking for, my forum is turning out pretty good but i was curious how to do that