Jump to content

Recommended Posts

Posted

Hey Guys

with all of your help, I am almost done with my first WPI. I just had couple of question and they are as followed:

I wanted to change the color of the Clock area (meaning countdown and the text), which file to I edit?

I have the Next and Perivous button, I don't want them, how do I remove them?

And last but not least, I wanted to move the media player control little bit up, which file do I edit the move the controller? Also if I want to move the text (Begin Install, Config and so... area), which file do I edit?

Thx again for all the help!

P.S. Fusion (Once I am done I will upload do get some opintions)


Posted
I wanted to change the color of the Clock area (meaning countdown and the text), which file to I edit?
In the themes directory, edit the wpi.htm file. Look for the section that begins with the "timer starts here" comment and play with the color values. You should be able to find several threads here discussing how to change color values.
I have the Next and Perivous button, I don't want them, how do I remove them?

Open the boxes.js file and remove the horizontal rule reference <hr size="1" color="#8B0000"> found between the <td></td> tags (two instances) and the words "Previous" and "Next" located in the same general area. That should do it.

And last but not least, I wanted to move the media player control little bit up, which file do I edit the move the controller? Also if I want to move the text (Begin Install, Config and so... area), which file do I edit?

The wpi.htm file again. Look for this code snippet:

<tr height="80%">
<td width="10%" valign="top" nowrap>
 <p> </p>
 <p> </p>
 <p> </p>
 <p>

...and remove (or add) "<p> </p>" one at a time to tweak the button spacing in the left column. Use <br> tags to refine the spacing further if necessary, e.g. <br><br><br> in series.

Hope this helps.

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...