Blogrings |
Blogrings |
Sep 2 2004, 01:58 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Sep 2004 Member No: 45,826 |
I was wondering if there was any way you could make just the blogrings molecule disappear, not eveything else in the left column. And if so how? Is there a specific code?
Thanks. |
|
|
|
![]() |
Sep 2 2004, 04:48 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
try this
CODE <!-- begin code provided by createblog.com -->
<script language="javascript"><!-- 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 (/(Blogrings)/i)) ht[t].style.display = "none"; } } //--></script> <!-- end code provided by createblog.com --> |
|
|
|
k-nel607 Blogrings Sep 2 2004, 01:58 AM
babeebubblez i dunno about dat... on mine it just doez dat with... Sep 2 2004, 12:57 PM
LiDdLe_TaSh i dont think you can do that Sep 2 2004, 01:26 PM
Sherry_Vu yeah you can do that.. so you want the get involve... Sep 2 2004, 02:30 PM
k-nel607 exactly sherry Sep 2 2004, 04:02 PM
k-nel607 Thank you, that worked. Sep 3 2004, 03:13 AM
Sherry_Vu you're welcome
[ topic closed ] Sep 3 2004, 02:16 PM![]() ![]() |