Ghost82 Posted August 1, 2005 Posted August 1, 2005 See the attached file. I've tried different resolutions but that's not the problem. Can anyone give me some insight on this??Here's what I changed in wpi.htm<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" onclick="stopInterval()"><tr> <DIV id="DebugLayer" style="visibility:hidden; overflow:auto; position:absolute; z-index:1000; width:100%; height:100%"> <form class="txt" name="debug">DEBUG:<br></form> </DIV> <script> if(debugOn) document.all.DebugLayer.style.visibility='visible'; </script> <script> if (top.status=="480") document.images("titleimg").style.display='none'; </script> <td bgcolor="#18339f" height="10%"><img id="titleimg_L" src="./graphics/titleimg_L.gif" border="0" align="left"></td> <td bgcolor="#18339f" height="10%"><center><img id="titleimg" src="./themes/Glossy/title.gif" border="0" align="center"></center> <td bgcolor="#18339f" height="10%"><img id="titleimg_R" src="./graphics/titleimg_R.gif" border="0" align="right"></td></tr><tr><td colspan="3" background="./themes/Glossy/smallbart.gif" height="3px"></td></tr><tr> <td colspan="3" width="100%" valign="center" align="center"> </td>As you can see I added an extra TD to get the images in the right place (I couldn't get it right without doing this...) I changed ALL the colspans to "3" in wpi.htm (I didn't change any other file)
Lost Soul Posted August 1, 2005 Posted August 1, 2005 wow that looks crazy it looks liike the main frame needs to be widened but not really sure how to do it at this moment with out looking at the code, ill get back to you and see if i can help out unless some one figures this out first
Ghost82 Posted August 1, 2005 Author Posted August 1, 2005 thanks for the quick reply, I forgot to mention that the problem is also on all other "pages" in WPI (the options & configurations page are also not wide enough anymore and are showing the horizontal scrollbar I've looked through EVERY file that comes with WPI but was unable to find the right place to fix this...
Ghost82 Posted August 1, 2005 Author Posted August 1, 2005 (edited) FOUND IT!!!in wpi.htm change:<td rowspan="2" class="txt" valign="top" width="100%"> <div id="layergroup"> <div id="layerboxes" style="position:absolute; display:block; z-index:100; width:100%; height:100%; overflow: hidden;"> <form name="WPI"></form> </div> to:<td rowspan="2" colspan="3" class="txt" valign="top" width="100%"> <div id="layergroup"> <div id="layerboxes" style="position:absolute; display:block; z-index:100; width:100%; height:100%; overflow: hidden;"> <form name="WPI"></form> </div> that solved everything for me Edited August 1, 2005 by Ghost82
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now