Hello I added this to a new javaScript Page..
$(function(){
multiColor(1, '<strong><font color="#ffffff">Sp</font><font color="#00ffff">yr</font><font color="#666666">o</font><font color="#00ffff"> ▀█▀ </font><font color="#ffffff">Dr</font><font color="#00ffff">ag</font><font color="#666666">on</font></strong>');
function multiColor(id, html){$('a[href="/u'+id+'"]').not(function(){return $("img",this)[0]}).html(html)}
});
And then it put my username in the messages twice ,, once on top and on the bottom...
Can you guys help me fix this to where it was back to normal of just having the username on the top and not at the bottom too?
$(function(){
multiColor(1, '<strong><font color="#ffffff">Sp</font><font color="#00ffff">yr</font><font color="#666666">o</font><font color="#00ffff"> ▀█▀ </font><font color="#ffffff">Dr</font><font color="#00ffff">ag</font><font color="#666666">on</font></strong>');
function multiColor(id, html){$('a[href="/u'+id+'"]').not(function(){return $("img",this)[0]}).html(html)}
});
And then it put my username in the messages twice ,, once on top and on the bottom...
Can you guys help me fix this to where it was back to normal of just having the username on the top and not at the bottom too?