Moss
New Born
Bark!
Posts - 37
Likes - 0
Joined - January 1970
|
CODING!
Feb 6, 2013 16:38:23 GMT -5
Post by Moss on Feb 6, 2013 16:38:23 GMT -5
Ashley, you wanted to know the code for the message thing to disappear from next to the banner is..... well here it is!:
Will look like this:
Hey, Ashley, you have 2 messages, 1 is new.
In a bar above your welcome table/banner. Comes with the part that removes the "Hey, X, You have..." and "<< Home >>" messages in the welcome table, so you can remove any codes you have that already do that.
Global Header:
Code: <script type="text/javascript"> <!-- /* Smangii's Above-The-Banner PM Bar */ document.getElementsByTagName('font')[1].innerHTML=''; var TAB = document.getElementsByTagName("TABLE") var TD = document.getElementsByTagName("TD") var PM = TAB[0].insertRow(0).insertCell(0); PM.innerHTML=TD[3].innerHTML.split(/<br\/?>/i)[0]; PM.className="menubg"; PM.align="center" TD[3].style.display = "none"; //--> </script>
Don't want it to be the title background? Edit this part:
PM.className="menubg";
And change the bold to catbg, titlebg, windowbg, windowbg2, etc.
|
|
AshWolf
The Top Dog
Alpha
I like to eat gummy bears that are alive.
Posts - 2,500
Likes - 0
Joined - January 1970
|
CODING!
Feb 6, 2013 16:39:20 GMT -5
Post by AshWolf on Feb 6, 2013 16:39:20 GMT -5
Thanks
|
|
Moss
New Born
Bark!
Posts - 37
Likes - 0
Joined - January 1970
|
CODING!
Feb 6, 2013 17:18:29 GMT -5
Post by Moss on Feb 6, 2013 17:18:29 GMT -5
You're welcome. Please remember to reply to our rp thread.
|
|