haha i gotta other question, linksprops thing |
haha i gotta other question, linksprops thing |
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 ?
|
|
|
|
![]() |
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, "♥"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "♥"); 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 --> |
|
|
|
uniquexone haha i gotta other question Nov 11 2004, 07:33 PM
Sherry_Vu use the "replace any link text" script f... Nov 11 2004, 07:34 PM
uniquexone but whats the code thing for the heart? how do i g... Nov 11 2004, 07:43 PM
Sherry_Vu i think you use this for the hearts QUOTE&hear... Nov 11 2004, 07:45 PM
JlIaTMK PUT IN CUSTOM HEADER
CODE<!-- begin code ... Nov 11 2004, 07:49 PM
uniquexone on my xanga my comments n prop things are like wie... Nov 11 2004, 07:54 PM![]() ![]() |