Jump to content

Recommended Posts

Posted

Is there a way to lower the catagories so that they are a lil more away from the top of the screen.

Dont wanna adjust the size of the image at top so need to lower the catagory.


Posted

Yes, near the top of the wpi.htm file found in the themes directory are two rows:

<tr><td colspan="2" background="./themes/Glossy/smallbart.gif" height="3px"></td></tr>
<tr>
<td colspan="2" width="100%" valign="center" align="center"> 
</td>
</tr>

You can add <br> tags to create breaks right after the " " space reference. So:

<tr>
<td colspan="2" width="100%" valign="center" align="center"> <br><br><br>
</td>
</tr>

...would lower the category listings and the buttons in the left margin. Play with it, I'm certain you will achieve the effect you want.

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