Posting Calendar---Showing Up |
Posting Calendar---Showing Up |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Nov 2004 Member No: 61,408 ![]() |
I am using the code to get rid of the posting calendar, but on the public site, it shows up again. Here is the code I'm using...
CODE <!-- begin code provided by createblog.com -->
<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|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none"; } } //--></script> |
|
|
![]() |
![]()
Post
#2
|
|
![]() Newbie ![]() Group: Member Posts: 4 Joined: Jan 2006 Member No: 352,397 ![]() |
it works cool! um but listen for anyone else where it says to replace just with your name naw do your entire url and make sure you spell it the right way and watch the caps. peace thnx to whom ever too.
|
|
|
![]() ![]() |