Log In · Register

 
 
Closed TopicStart new topic
how to remove
whhaat
post Jul 28 2004, 03:31 PM
Post #1


Senior Member
****

Group: Member
Posts: 215
Joined: Jul 2004
Member No: 26,920



how do you remove reviews and events? ... im not talking about the whole navigation bar... look here dhtml

he only has dhtml: subscribe

ive tryed searching it here but i could only find how to remove the whole bar
 
Caustic
post Jul 28 2004, 03:39 PM
Post #2


rawr
*****

Group: Member
Posts: 906
Joined: Jul 2004
Member No: 26,961



Search xanga scripts next time:
QUOTE
<!-- 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>
<!-- end code provided by createblog.com -->
 
whhaat
post Jul 28 2004, 03:55 PM
Post #3


Senior Member
****

Group: Member
Posts: 215
Joined: Jul 2004
Member No: 26,920



i dont think this is the right code...this is for removing the posting calendar and stuff
 
rnrn897
post Jul 28 2004, 04:51 PM
Post #4


^ moo...
*****

Group: Member
Posts: 962
Joined: Jun 2004
Member No: 25,212



http://www.createblog.com/forums/index.php...osting+calendar



ohhh u wanna kno how to add a bar without removing the wholeee thing -0-;
ok ok ok ok ..

CODE
<!-- begin code provided by createblog.com -->
<script>
titleContent = 'TITLE';
moduleContent = 'PLACE STUFF HERE';
sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode
sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent)
sub.insertAdjacentHTML('beforeBegin','<BR>');
</script>
<!-- end code provided by createblog.com -->
 

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