Hi~
Any time I have wanted to put a java script on my board it doesn't work. How come?
Board URL: http://lebebe1.yuku.com/
This is the current script I am trying to use. (without **) It will take a user name and display their real name on the board.
But it's not working no matter where I put it. In the head, footer, or CSS boxes. What am I doing wrong?
< ** script type="text/javascript" ** >
var map = Array();
map["alison.u"] = "\x3cspan style=\"color: black\"\x3egoddess\x3c/span\x3e";
map["joe.reallylongboardname"] = "joe 2";
map["mommy2quinn.u"] = "\x3cb\x3e~KRIS~\x3c/b\x3e";
YUKU.username.replace(map, false);
< ** /script ** >
Thanks for any help you can offer.
Any time I have wanted to put a java script on my board it doesn't work. How come?
Board URL: http://lebebe1.yuku.com/
This is the current script I am trying to use. (without **) It will take a user name and display their real name on the board.
But it's not working no matter where I put it. In the head, footer, or CSS boxes. What am I doing wrong?
< ** script type="text/javascript" ** >
var map = Array();
map["alison.u"] = "\x3cspan style=\"color: black\"\x3egoddess\x3c/span\x3e";
map["joe.reallylongboardname"] = "joe 2";
map["mommy2quinn.u"] = "\x3cb\x3e~KRIS~\x3c/b\x3e";
YUKU.username.replace(map, false);
< ** /script ** >
Thanks for any help you can offer.



