replacing the eprop sign |
replacing the eprop sign |
Aug 21 2004, 01:52 AM
Post
#1
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
whats the script to chage the eprop sign to what ever pic ya what...
|
|
|
|
![]() |
Aug 21 2004, 06:25 PM
Post
#2
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 |
u guys gotta read the scriopts section for the script b4 posting here!!!!
CODE <!-- begin code provided by createblog.com --> <script language=javascript> var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new Array('ADD YOUR IMAGE URL HERE'); for (var i = 0; i < document.images.length; i++) { for (var s = 0; s < oldprop.length; s++){ if (document.images[i].src == oldprop[s]){ neweprop = document.createElement('img'); neweprop.src = newprop[s]; document.images[i].parentNode.replaceChild(neweprop, document.images[i]); break; } } } </script> <!-- end code provided by createblog.com --> der... now remeber, LOOK AT THE SCRIPTS B4 ASKING!!! |
|
|
|
lhuvhurts replacing the eprop sign Aug 21 2004, 01:52 AM
xlilaznmonkeyx Look in the Xanga Script here on Createblog. I th... Aug 21 2004, 02:48 AM
xoxo i want to know the code too. does anybody know it? Aug 21 2004, 06:20 PM
xoxo hmm. it wont work. Aug 21 2004, 06:40 PM![]() ![]() |