Jump to content

Removing the WPI postinstall text + 2 bars


Recommended Posts


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

they 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 by Lost Soul
Link to comment
Share on other sites

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 Graphic

lines 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 Graphic

line 434 (if you removed the above lines): remove this from the quotes: ./Themes/Glossy/btmbar.jpg

change: <td colspan="2" background="./Themes/Glossy/btmbar.jpg" height="44">
to: <td colspan="2" background="" height="44">

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...