The Arcive of vBulletin Modifications Site. |
|
Table background color settings? Details »»
|
|||||||||||||||||||||||||||||
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!!! Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
open /arcade/skins/skin_Arcade.php
search for Code:
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns"> Code:
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns" bgcolor="black">
|
![]() |
|
|