Log In · Register

 
change "next 5' ?, is it possible?
katyrosej
post 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
 
 
Start new topic
Replies
mony0407
post 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 ]
 

Posts in this topic


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