lukezweb
10-12-2003, 03:50 AM
Sorry i wasnt sure where to post this i have a question, I am using this code:
<script language="vbscript">
'Made By Luke Dyson
'http://lukezweb.tk
Dim Color, Color2
Color = "000000"
Color2 = "FFFFFF"
document.body.innerHTML = replace(document.body.innerHTML, "Posts: ", "<font color='" & Color & "'>Po</font><font color='" & Color2 & "'>sts: ")
</script>
here:
http://ffixtemplate.proboards6.com/index.cgi?board=skin&action=display&num=1065280782
it changes the Posts: colour into two colours, i was wondering how to make it fade on the P from black to on the : white with out manually setting the colours for each letter but to make a type of fader? any help anyone ? thanks in advance :)
<script language="vbscript">
'Made By Luke Dyson
'http://lukezweb.tk
Dim Color, Color2
Color = "000000"
Color2 = "FFFFFF"
document.body.innerHTML = replace(document.body.innerHTML, "Posts: ", "<font color='" & Color & "'>Po</font><font color='" & Color2 & "'>sts: ")
</script>
here:
http://ffixtemplate.proboards6.com/index.cgi?board=skin&action=display&num=1065280782
it changes the Posts: colour into two colours, i was wondering how to make it fade on the P from black to on the : white with out manually setting the colours for each letter but to make a type of fader? any help anyone ? thanks in advance :)