replacing eprop icon, just a short question |
replacing eprop icon, just a short question |
Feb 7 2004, 12:52 PM
Post
#1
|
|
![]() It's magically retarded. ![]() ![]() ![]() Group: Member Posts: 87 Joined: Jan 2004 Member No: 2,179 |
where would you find the url code if you wanted to replace the eprop icons?
<!-- begin code provided by cbstaff.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 cbstaff.com --> |
|
|
|
fr0stbite replacing eprop icon Feb 7 2004, 12:52 PM
aznhybriddragon I belive u would put it in website stats Feb 7 2004, 12:59 PM
icylove you upload the pix you want... and the url of that... Feb 9 2004, 11:18 PM
Senorita_Babo just find an image that u like or upload ur own...... Feb 9 2004, 11:21 PM
icylove you shouldn't just link to other ppls' pix... Feb 9 2004, 11:31 PM
dmbrocks923 yeah... id make my own in photoshop, or there r fr... Feb 10 2004, 05:02 PM
Winter Thank you. Wow I'm really learning a lot from ... Feb 14 2004, 08:17 PM![]() ![]() |