vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove Gap Above Welcome Table

Remove Gap Above Welcome Table - Posted By Marc (cr0w) on 10th Dec 07 at 4:01am
Description: Just a one-liner code to remove the gap above the welcome table.

Placement: Global Header

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. //Remove Gap Above Welcome Table
  4.  
  5. document.getElementsByTagName("br")[0].style.display="none";
  6. //-->
  7. </script>
 

Re: Remove Gap Above Welcome Table - Posted By Dreg[Bot] (dregondrahl) on 31st Dec 07 at 5:58pm
or just use CSS {Tongue Out}

#welcome_table {
     margin-top: -15px;
}

Re: Remove Gap Above Welcome Table - Posted By Marc (cr0w) on 31st Dec 07 at 6:02pm
 
or just use CSS {Tongue Out}

#welcome_table {
     margin-top: -15px;
}


Shh. {Tongue Out}