lionhrt, on Jul 10 2005, 10:51 PM, said:
Sorry Lost Soul, just a question I gotta ask
I have only used the current version of WPI.
is there a large difference in the WPI,htm (or any) from previous version?
Because I cant seen to find this in my source.
Look for this ( top of page ) inside your wpi.htm file in the theme your using
<script> if (bgpicture && bgpicture[0]!='') { document.all.bgpiclayer.style.display = 'block'; document.all.bgpic.src = bgpicture[0]; } </script>
<table class="box" border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" onclick="stopInterval()"> <tr><td colspan="2" bgcolor="#18339f" height="5%"> WRITE HERE
<{POST_SNAPBACK}>
no worries on any questions lionhrt im always glad to try to help, ive double checked the code and at the time of adding by method of proofing old posts, i failed to realize that that script is for an older version of wpi, ill make sure it and every script is edited for up to date versions
sorry for the confusion,, but thanks for the reminder on my todo list
,, the versions have changed and in the file on line 18,, it should look this with the latest version
Quote
<script>
if (bgpicture != '')
{
document.all.bgpiclayer.style.display = 'block';
document.all.bgpic.src = bgpicture;
}
</script>
is where you want to look at
This post has been edited by Lost Soul: 10 July 2005 - 09:08 PM