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, 12:40 PM
Post
#2
|
|
![]() 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 ] |
|
|
|
katyrosej change "next 5' ? Sep 15 2004, 10:47 AM
lookitskim use the replace any text link script
Located in ... Sep 15 2004, 11:13 AM
waccoon http://www.createblog.com/forums/index.php?showtop... Sep 15 2004, 03:00 PM![]() ![]() |