changing e-props? |
changing e-props? |
Aug 6 2004, 12:03 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 31,640 |
hey! can someone help me. I did the code to change e-props and I was wondering does the new image have to be a certain size because when i put my image in the put image here part it didnt work. someone please help! thank you. xoxo
|
|
|
|
![]() |
Aug 6 2004, 12:15 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 31,640 |
heres the script i used.. is there anything wrong with it?
]<!-- begin code provided by createblog.com --> <script language=javascript> var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new Array(http://img.photobucket.com/albums/v290/sexiekatie69/convo.jpg;); 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 --> |
|
|
|
Got Xanga? changing e-props? Aug 6 2004, 12:03 AM
CJ1 I don't think it does, just has to be basicall... Aug 6 2004, 12:04 AM
CJ1 -edit-
ehh.. Oh sorry, I'm slow. Aug 6 2004, 12:17 AM
Got Xanga? thank you so much!!! it works now. yay... Aug 6 2004, 12:27 AM![]() ![]() |