inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Nov 22, 2009 14:01:59 GMT -8
Code Name: Add Text below Menu Bar Preview squirtlestestsite.proboards.com/Placement: Global Header/Main Header Browsers Tested In: Firefox, Google Chrome, IE 8.0 Editing Instructions: Edit the "guest_message" and "message" text. Edit the red with your content for those two, and edit the css to what you want it to be. Note: the member message has "+pb_displayname+".. don't edit it! It makes your name display there. Code: <style type="text/css"> #font {background-color: transparent; text-align: center;} </style> <script type="text/javascript"><!-- /*Add Text below Menu Bar */ var td = document.getElementsByTagName('td')[5]; var message = "<br /><br /><div id='font'>Member Text, "+pb_displayname+".</div>"; var guest_message = "<br /><br /><div id='font'>Guest Message</div>"; if(pb_username == "Guest"){ td.innerHTML += guest_message; } else { td.innerHTML += message; } //--></script>
Make sure, if you use any links or something, to convert the double quotes( ") to single quotes ( '). Also, be sure to use HTML, not UBBC. Enjoy! This code will most likely be edited frequently.. making it a little easier for you to edit, with more compatibility and style for the background!Edit Dates:November 22, 2009 3:30 PM: Edited Code to add your display name to the member message.
|
|