glent Posted January 7, 2006 Posted January 7, 2006 Im currently working on a new WPI theme, How do you I remove the horizontal red line shown in this screen shotThanks in advanceOh and im using WPI 4.37 beta
Kelsenellenelvian Posted January 8, 2006 Posted January 8, 2006 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.
DigeratiPrime Posted January 8, 2006 Posted January 8, 2006 looks very nice glent. btw i like the line there
glent Posted January 8, 2006 Author Posted January 8, 2006 @kel thnx@DigeratiPrime Maybe I will just chnage the color
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now