CSS

Discussion in 'The Living Room' started by Hybrid Soldier20, Oct 5, 2003.

  1. #1
    Hybrid Soldier20

    Hybrid Soldier20 Well-Known Member

    Joined:
    Oct 5, 2003
    Messages:
    56
    Likes Received:
    0



    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.
     
  2. #2
    Bryan

    Bryan Guest




    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)
     
  3. #3
    d0dGy MiKE

    d0dGy MiKE Well-Known Member

    Joined:
    Aug 1, 2002
    Messages:
    231
    Likes Received:
    0



    ok add this to your style sheet [doesnt matter where, but i'd put it at the bottom near the form styles :p]:
    Code:
    textarea {
    background-attachment: fixed;
    background-image: url(style_images/*/backgroundimage.gif);
    }
    
     
  4. #4
    Hybrid Soldier20

    Hybrid Soldier20 Well-Known Member

    Joined:
    Oct 5, 2003
    Messages:
    56
    Likes Received:
    0



    thanks thats what I was looking for, my forum is turning out pretty good but i was curious how to do that
     

Share This Page