November 9, 200619 yr Would someone possible be able to tell me how I can remove the windows postinstall text and the two blue bars from the top and bottom. I have my own picture displayed in the background but these get in the way. Thanks
November 9, 200619 yr Would someone possible be able to tell me how I can remove the windows postinstall text and the two blue bars from the top and bottom. I have my own picture displayed in the background but these get in the way. Thanksthey are only images in your theme file, just remove the image lines from inside your wpi.htm file that hold the undesired images that you want gone, Edited November 9, 200619 yr by Lost Soul
November 10, 200619 yr Author Could you possible be abit more specific on what line to change. Iv checked the file mentioned all looks like german to me im new to WPI and normally intergrate apps through hotfixes in nlite.
November 11, 200619 yr Make these changes to wpi.htm in your theme (I've used the Glossy theme for line numbers as an example)WPI TopBar Text and Graphiclines 63-75: delete all lines as below:<!-- TopBar --><tr> <td colspan="2" background="./Themes/Glossy/topbar.jpg" width="100%"> <!-- Title bar image --> <center> <img id="titleimg" src="./Themes/Glossy/title.jpg" border="0" align="center"> </center> <script type="text/javascript"> if (top.status=="600") document.images("titleimg").style.display='none'; </script> </td></tr>BottomBar Graphicline 434 (if you removed the above lines): remove this from the quotes: ./Themes/Glossy/btmbar.jpgchange: <td colspan="2" background="./Themes/Glossy/btmbar.jpg" height="44">to: <td colspan="2" background="" height="44">
Create an account or sign in to comment