RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | Connection (23rd Jul 08 at 12:12pm UTC) Resolved | | 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 | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Connection (28th Jul 08 at 11:17pm UTC) | | Is there a reason that you want this? O.o | |
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | Re: Connection (31st Jul 08 at 11:07pm UTC) | | Because i want to connect it for my forum. Uhh why do you ask? i want a big rectangle instead of all the space. | |
|
Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: Connection (31st Jul 08 at 11:21pm UTC) | | 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>
| |
|
|
RuhRoe Full Member
  
Posts: 218 Status: Offline Gender: Male Age: 31 Joined:
pmxfire | Re: Connection (1st Aug 08 at 12:39pm UTC) | | Thanks That works fine | |
|