Uhm is there any way I can get a code that connects all of the sections into one big rectangle? Connects the banner to the user bar and the userbar to the boards and etc. Thanks for whoever does this![]()
Is there a reason that you want this? O.o
Because i want to connect it for my forum. Uhh why do you ask?i want a big rectangle instead of all the space.
This code presumes the ads are located above the welcome table. If you want them in a different position then some parts may need tweaking, namely the br[#] parts![]()
Global Header
Code:
- <script type="text/javascript">
- <!--
- var br = get('br', TAG);
- br[2].style.display = "none";
- br[3].style.display = "none";
- -->
- </script>
- <style type="text/css">
- <!--
- #nav_tree, #forum br {
- display: none;
- }
- #forum .border br {
- display: block;
- }
- -->
- </style>
ThanksThat works fine
![]()