blogring remove, code stopped working? |
![]() ![]() |
blogring remove, code stopped working? |
![]()
Post
#1
|
|
snooper ![]() ![]() Group: Member Posts: 15 Joined: May 2005 Member No: 138,448 ![]() |
I've been using code below to remove my blogrings from the left side. They've turned up again. Any ideas as to why? I haven't changed the code... just removed a cursor I didn't want anymore. Shouldn't have altered this code.
[CODEBOX\] <script language="javascript"><!-- // original by sean, http://www.xanga.com/seanmeister if (location.href.match ("home.aspx")) { var ht = document.getElementsByTagName ('table'); for (var t = 0; t < 10; t++) { str = ht[t].cells[0].innerHTML; if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|My Blogrings|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> [/CODEBOX] |
|
|
![]()
Post
#2
|
|
![]() I love you more than sex appeal. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,045 Joined: Oct 2004 Member No: 52,932 ![]() |
did u make a search? http://www.createblog.com/forums/index.php...remove+blogring
try that and please dont make duplicate |
|
|
![]()
Post
#3
|
|
snooper ![]() ![]() Group: Member Posts: 15 Joined: May 2005 Member No: 138,448 ![]() |
yes, tried that, that's where I initially got my code. The code is no longer working.
|
|
|
![]() ![]() |