Help - Search - Members - Calendar
Full Version: replacing words.
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
bogalgirl
duz anyone noes how to replace da words like reviews or events or xanga like those words juz above ur xanga?? like in between ur serach bar n header?? coz i've tried to use da words which replaces the profile but it duznt work. anyone plz giv me da code?? thxx tunz
sherryvu
use the replace any link text script foudn in the xanga scripts section happy.gif
C.Lime.Jello.
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 (/USER NAME/i)) links[l].innerHTML = str.replace
(/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace
(/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace
(/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace
(/USER NAME/i, "THE NAME YOU WANT IT TO BE");
else if (str.match (/USER NAME/i)) links[l].innerHTML = str.replace
(/USER NAME/i, "THE NAME YOU WANT IT TO BE");
}//-->
</script>

<!-- end code provided by createblog.com -->


Replace 'USERNAME' with the word you want to change.
Then replace "THE NAME YOU WANT IT TO BE" with what you want to change it to.
Remember to replace BOTH 'USERNAME' portions, otherwise it won't work.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.