This is a minor thing but very annoying. Where do I go to change the color in the center box? My trusty zetadoc doesn't tell me! :(
I logged myself out of my own account @ my forum, and quickly clicked page source. This is what a got:
| CODE |
<body> <table width='100%' height='85%' align='center'> <tr> <td valign='middle'>
<table align='center' cellpadding="4" class="tablefill"> <tr> <td width="100%" align="center"> Thanks, You are now logged out<br /><br /> Please wait while we transfer you...<br /><br /> (<a href='http://z3.invisionfree.com/SW_Coruscant_Streets/index.php?'>Or click here if you do not wish to wait</a>) </td> </tr>
</table> </td> </tr> </table> </body> |
According to the above, you should modify your tablefill ;)
(Zetadocs = <3)
Ooh, neat trick! *did not know about the page source thing*
I went to the tablefill, and as it turns out, the hex code was missing completely. It's fixed now. Thanks so much, junebug!