Help
-
Search
-
Members
-
Calendar
Full Version:
eprops and comments
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
jellymoose
Nov 23 2004, 06:35 PM
does ne 1 know how i can make the link that says eprops and comments different?
shortvi3tlaydee
Nov 23 2004, 06:46 PM
CODEBOX:
-> right click -> copy/paste
<!-- 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, "cents");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out");
}//-->
</script>
<!-- end code provided by createblog.com -->
or
http://help.xanga.com/replacelinks.htm
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.