September 12, 200619 yr I was able to modify all of the fonts to darker colors to go with my background, but where is the font code for what I have boxed in red? I think I changed all of the ffffff's in the ini. White on white just don't cut it. Edited September 12, 200619 yr by Daddyjaxx
September 12, 200619 yr I would dearly love to help you but I can't see the section you boxed in red. You pasted the wrong part and we can only see the thumbnail If it is for the timer that is actually coded into the timer section of wpi.htm in the themes folder.
September 12, 200619 yr Author Sorry about that. It's where the text should be under the countdown bar:
September 13, 200619 yr This section is in WPI.htm in the theme folder. <!-- Timer --> <tr height="25%"> <td nowrap> <div id="TimerLayer" align="center" style="position:absolute; width:100%; height:100%; z-index:100; display:none; overflow:hidden;"> <span style="vertical-align:bottom"> <font size="2" color="#FFFFFF" face="Arial">Here. <strong> <i> <script type="text/javascript"> if (Timer) document.write(getText(lblTimerTitle)); </script> </i> </strong> </font> <div id="TimerDisplay" class="timer"> </div> <script type="text/javascript"> if (Timer) { document.write('<div id="Timer_bg" class="TimerBarBg" style="width:'+TimerWidth+'px; height:'+TimerHeight+'px; overflow:hidden;" align="left">'); document.write('<div id="Timer_bar" class="TimerBar" style="position:relative; top:0px; left:0px; width:0px; height:'+TimerHeight+'px; overflow:hidden;">'); document.all.TimerLayer.style.display = 'block'; startInterval(); } else stopInterval(); </script> </div></div> <font face="Arial" size="1" color="#FFFFFF">And Here. <strong> <i> <script type="text/javascript"> if (Timer) document.write(getText(lblTimerStop)); </script> </i> </strong> </font> </span> </div> </td> </tr> <!-- A little padding at the bottom -->
September 15, 200619 yr Author Thanks a bunch. I can now see the text and I'm off and running.I have another quick question. Why does it not install in the order I specify within the categories. I'm numbering them in the config, but it jumps around.
Create an account or sign in to comment