shrty 0 Report post Posted April 11, 2008 can any1 give me a code for invisionfree that will give me a black backround? Share this post Link to post Share on other sites
Raptorstrike 0 Report post Posted April 13, 2008 I'm not sure on building a code for a phpbb forum board to give it a black background....but I'm sure you can find a relatively close premade skin on the forum somewhere if you just preview most of the premade skins available. You may have to activate a mod before you get to access the skins part, but I'm not 100% certain on that. Share this post Link to post Share on other sites
Nick5020 0 Report post Posted April 14, 2008 For invisionfree skins you just go to the style sheet and change the background color from their where you see body. background-color: #000000 This would make it blackExample what it is now(White):BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #FFFFFF }Search for this code then change the background color to the background color I posted above.After:BODY { font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 10px; color: #989898; margin: 0px 0px 0px 0px; background-color: #000000 } Hope this was helpful to you,Nick Share this post Link to post Share on other sites