vForums Support > Programming & Coding :: Code Requests & Support :: > Connection

Connection - Posted By RuhRoe (mezorro) on 23rd Jul 08 at 12:12pm
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 {Smile}

Re: Connection - Posted By Michael (wrighty) on 28th Jul 08 at 11:17pm
Is there a reason that you want this? O.o

Re: Connection - Posted By RuhRoe (mezorro) on 31st Jul 08 at 11:07pm
Because i want to connect it for my forum. Uhh why do you ask? {Tongue Out} i want a big rectangle instead of all the space.

Re: Connection - Posted By Ross (admin) on 31st Jul 08 at 11:21pm
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 {Smile}

Global Header

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. var br = get('br', TAG);
  4. br[2].style.display = "none";
  5. br[3].style.display = "none";
  6. -->
  7. </script>
  8. <style type="text/css">
  9. <!--
  10. #nav_tree, #forum br {
  11. display: none;
  12. }
  13. #forum .border br {
  14. display: block;
  15. }
  16. -->
  17. </style>
 

Re: Connection - Posted By RuhRoe (mezorro) on 1st Aug 08 at 12:39pm
Thanks {Grin} That works fine {Wink}