This will remove the userbar:
Logged In as: Michael No New Private Messages :: Mark All Boards As Read
<style>
#user_table {
display: none;
}
</style>
I'm not very good with codes. Where does this one go?
That would go into the "Global Header"
Thanks. But when I use the code, it leaves my header and base image where the user bar used to be.
See ---> >Clicky<
OK, replace what you've got there at the moment with this
Code: JavaScript
- <script type="text/javascript">
- <!--
- get('user_table', ID).style.display = 'none';
- get('user_table', ID).previousSibling.style.display = 'none';
- get('user_table', ID).nextSibling.style.display = 'none';
- -->
- </script>
Wow, it worked. Thanks a ton.