PDA

View Full Version : Table background color settings?


funky1
08-23-2006, 10:40 AM
Hi, I just did a fresh install of the arcade. It rocks!! Thanks for the great work.

I was trying to find the code to change the background of the "Game Information" table. It's white, and in my main style it would look better black.

Any help? Please see the screenshots.

Thanks a heap!!!

MrZeropage
08-23-2006, 03:45 PM
open /arcade/skins/skin_Arcade.php

search for<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">and replace it with<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns" bgcolor="black">

just change the first appearance in the php-file :)