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
|
|
|
|
| *CJ1* |
Aug 6 2004, 12:04 AM
Post
#2
|
|
Guest |
I don't think it does, just has to be basically the same size, not exactly. Make sure you links work, and that there are no extra spaces in URLs.
|
|
|
|
Aug 6 2004, 12:15 AM
Post
#3
|
|
![]() 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 --> |
|
|
|
| *CJ1* |
Aug 6 2004, 12:17 AM
Post
#4
|
|
Guest |
-edit-
ehh.. Oh sorry, I'm slow. |
|
|
|
Aug 6 2004, 12:27 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jul 2004 Member No: 31,640 |
thank you so much!!! it works now. yay.
|
|
|
|
![]() ![]() |