Log In · Register

 

Resource Center Links

This Month's Contests | Hosts Looking for Hostees | Hostees looking for Hosts | BigBookofResources

Submission Guidelines

i need help!
LiLBaNaNaS
post Feb 9 2004, 05:09 PM
Post #1


Newbie
*

Group: Member
Posts: 7
Joined: Feb 2004
Member No: 2,599



[SIZE=1][COLOR=gray]
Ugh i need help! How can yu make a banner? How do yu change the eprops..? because when i do it, it doesn't work! sad.gif and yu know when people write yu an eprop in that box? how to yu change that font?! im so confused...someone with really good skills, please help! blink.gif
 
 
Start new topic
Replies
icylove
post Feb 9 2004, 05:32 PM
Post #2


Senior Member
***

Group: Member
Posts: 93
Joined: Feb 2004
Member No: 3,497



dunno how 2 make a banner.. that's my q... but the eProp changer is

CODE
<script language=javascript>
var oldprop = new Array('http://www.xanga.com/Images/eProp.gif');
var newprop = new
Array("http://whatever the url for ur pix is");
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>
Reason for edit: Remember to use code tags! :) - Alvin
 

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: