change "next 5' ?, is it possible? |
![]() ![]() |
change "next 5' ?, is it possible? |
Sep 15 2004, 10:47 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Sep 2004 Member No: 49,128 |
OK, I browsed and browsed and could not find an answer to this...How do I change the 'next 5' link on bottom of page? Is it possible? I want to change it to " Keep going" . Thanks
|
|
|
|
Sep 15 2004, 11:13 AM
Post
#2
|
|
|
I HEART NICHOLAS TSE ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,726 Joined: Apr 2004 Member No: 14,116 |
|
|
|
|
Sep 15 2004, 12:40 PM
Post
#3
|
|
![]() Kids.Have.All.The.Fun ![]() ![]() ![]() ![]() Group: Member Posts: 228 Joined: Jul 2004 Member No: 33,943 |
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 (/Next 5/i)) links[l].innerHTML = str.replace (/Next 5/i, "Keep Going");}//--> </script> <!-- end code provided by createblog.com --> try that.. i'm *pretty sure* it should work.. if not *sorry!* hope i helped!! [ you can also easily change the "keep going" whenever you want bye just changeing the words in the code ] |
|
|
|
Sep 15 2004, 03:00 PM
Post
#4
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
|
|
|
|
![]() ![]() |