MSFN Forum: [Problem] creating new WPI theme - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Problem] creating new WPI theme Rate Topic: -----

#1 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 07 January 2006 - 10:39 AM

:hello:
Im currently working on a new WPI theme, How do you I remove the horizontal red line shown in this screen shot

Posted Image

Thanks in advance

Oh and im using WPI 4.37 beta


#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 January 2006 - 09:01 PM

Boxes.js this section near the end:

//
// This function creates a page-break and the virtual scrollbar
//
function backnext(li,colw,next, cols)
{
position = "boxes.js";
var txt = new String();
txt = "";

previ = li - 1;
nexti = li + 1;

var colwidth=Math.round(100/cols,2);
txt += ('</td></tr>\n<tr class="rtclass"><td colspan="' + cols + '" height="100%" >' );

txt += ('<table class="tclass" height="100%" cellspacing=0 cellpadding=0><tr><td><hr size="1" color="#8B0000"></td>');
if (previ!=0)
txt += ('<td class="backnext" align="center"><a class="backnext" href="#pg' + previ + '"> Previous </a></td>');

else
txt += ('<td class="backnext"><hr size="1" color="#8B0000"></td>');
txt += ('<td width=20><hr size="1" color="#8B0000"></td>');
if (next)
txt += ('<td class="backnext" align="center"><a class="backnext" href="#pg' + nexti + '">Next</a></td>');
else
txt += ('<td class="backnext"><hr size="1" color="#8B0000"></td>');
txt += ('<td width=50><hr size="1" color="#8B0000"></td></tr></table>');


As you can see you can change the color and also you can set the option in the options section for it not to show.

#3 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 January 2006 - 09:12 PM

looks very nice glent. btw i like the line there :)

#4 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 08 January 2006 - 01:58 AM

@kel thnx
@DigeratiPrime Maybe I will just chnage the color

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy