View Full Version : this might be a hard question...


hunnyfine
02-17-2005, 12:02 PM
alrighty, there is this girl that got her subscription lists to have picture boxes for all the people.
http://www.xanga.com/home.aspx?user=il0vep0psicles
thats her xanga...let me know!

thanks in advance :cloud:

JiNgLeBeLLz77
02-18-2005, 07:25 AM
she just used the regular replace links code ;]

<script language="javascript">
<!--
var links = document.getElementsByTagName ("a");
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/d+:d+ (am|pm)/i)) links[l]
else if (str.match (/USERNAME/i)) links[l].innerHTML = str.replace (/USERNAME/i, "<img border=0 src=URL OF PICTURE HERE>");
}//-->
</script>