Log In · Register

 
haha i gotta other question, linksprops thing
uniquexone
post Nov 11 2004, 07:33 PM
Post #1


Senior Member
***

Group: Member
Posts: 86
Joined: Sep 2004
Member No: 52,603



how do i get my prop and comment links like theirs ?
 
 
Start new topic
Replies
uniquexone
post Nov 11 2004, 07:48 PM
Post #2


Senior Member
***

Group: Member
Posts: 86
Joined: Sep 2004
Member No: 52,603



but when i do that the add stays there? rawrr this is the code how do i make it look like theirs ?
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, "&hearts;");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "&hearts;");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "loves");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "love");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "too cool for you ");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "sucka");
}//-->
</script>
<!-- end code provided by createblog.com -->
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: