Deceptive Truth just finished check and please give comments

:asian: http://www.deceptivetruth.cjb.net/

thanks.

Looks nice…one comment through, what happened to the intro? You should center the main interface table so it looks a little more professional. But it looks nice and I like the wireframe human menu.

:evil: please explain

Your whole site interface was in the top left hand corner of my browser screen and there was soo much useless space to the right. But I forgot to mention you had a pretty cool looking splash page!

What screen res are you running ???

over 1024 X 768

because the site has a res check if your res is 800 x600 or lower it puts it right!!! in the top left if it is 1024 X768 it centers it

Question:: in html how do you center something horizontally?

You have to put your interface into a single row/single column table and use this code except change the dimensions of your flash file and change the source name:

<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  <tr>
    <td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="600">
        <param name=movie value="test.swf">
        <param name=quality value=high>
        <embed src="test.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600">
        </embed> 
      </object></td>
  </tr>
</table>

All I added was align=“center” valign="middle" to the table properties!

And I am on a 1152 x 864 resolution!

I will do that for when the res check detects higher then 1024x768 res

thanks alot