dramadome
01-20-2005, 08:28 AM
bare with me here, i'm a work in progress! i found codes to make my eprop and no eprops into icons. when i put the code into my website stats, nothing changed. it went back to being the boring 'add' etc. i improvised several different ways with the code (maybe i deleted the wrong thing) but always started over again if the improvision didn't work. i also think it could be my skin code, but i don't see anything sayin that it tampers with the eprops.
here's the eprop code:
<!-- begin code provided by createblog.com -->
<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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif);else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif);
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif");}//-->
</script>
<!-- end code provided by createblog.com -->
any help would be greatly appreciated, especially soon because i'm frstrated!! thank you in advance :smile:
here's the eprop code:
<!-- begin code provided by createblog.com -->
<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 (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, http://instagiber.net/smiliesdotcom/contrib/xerx/smileythescream.gif);else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif);
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "http://instagiber.net/smiliesdotcom/contrib/tweetz/spam1.gif");}//-->
</script>
<!-- end code provided by createblog.com -->
any help would be greatly appreciated, especially soon because i'm frstrated!! thank you in advance :smile: