Getting rid of some sections.. |
![]() ![]() |
Getting rid of some sections.. |
![]()
Post
#1
|
|
![]() ^_^ ![]() ![]() ![]() ![]() Group: Member Posts: 102 Joined: Apr 2004 Member No: 10,504 ![]() |
How do I delete the sections in the left module called "Get Involved!", "Posting Calendar", and "Subscriptions"? Is there a code for that?
Please help me! Thank you!! ![]() |
|
|
![]()
Post
#2
|
|
![]() . ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,488 Joined: Feb 2004 Member No: 3,625 ![]() |
Did you take a look in Xanga scripts? I recall seeing one there a few weeks ago...
|
|
|
![]()
Post
#3
|
|
![]() jesus freak ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 378 Joined: Feb 2004 Member No: 3,748 ![]() |
here:
CODE <!-- begin code provided by createblog.com --> <script language="javascript"><!-- //Get Involved! Box Remover - xanga.com/add_ons 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> <script> <!-- end code provided by createblog.com --> and um... if you have any other scripting questions... u might as well go to the xanga scripts seciton. I'm sure you'll find a lot of helpful scripts there. instead of posting new topics and stuff ~ ![]() |
|
|
![]() ![]() |