Help - Search - Members - Calendar
Full Version: i need help!
Forums > Resource Center > Showcase Booth
LiLBaNaNaS
[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
icylove
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>
schizo
Are you talking about making a normal banner or one to replace the eprops?
technicolour
Why did you bump such an old topic? This is 3 freaking years old...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.