Mr. Moon
New Member
"The only thing that they can get me for is running a mortuary without a license."
Posts: 23
|
Post by Mr. Moon on Jan 1, 2009 11:19:44 GMT -5
Created By: Mr. Moon Preview: ClickCross Browser: Yes About: This code removes the brackets from the menu, when you have the text menu option on. Placement: Global Headers <script type="text/javascript"> <!-- /* Removes Menu Brackets Created by Mr. Moon Do not: Rip, Repost, or Claim as Your Own. */
var iTd=document.getElementsByTagName('td').item(5); iTd.innerHTML=iTd.innerHTML.replace(/(\]|\[)/g, '');
//--> </script>
|
|