vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Remove Welcome Table

[F] Remove Welcome Table - Posted By ashkir (ashkir) on 6th Jan 08 at 5:24am
I want my menu, welcome table all of that gone. Possible?

Re: Remove Welcome Table - Posted By Marc (cr0w) on 6th Jan 08 at 7:32am
Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. //Remove Welcome Table
  4.  
  5. document.getElementsByTagName("table")[0].style.display = "none";
  6. //-->
  7. </script>
 


Merry Christmas. {Smile}

Re: Remove Welcome Table - Posted By ashkir (ashkir) on 6th Jan 08 at 8:00am
Christmas? =O Where?

-buys bunch of presants-

HEY! I spent all that money...want it?

Re: Remove Welcome Table - Posted By Dreg[Bot] (dregondrahl) on 6th Jan 08 at 8:03am
XD Cr0w! just use CSS!

Global Header

<style type="text/css">
<!--
#welcome_table {
     display: none;
}
-->
</style>

Re: Remove Welcome Table - Posted By ashkir (ashkir) on 6th Jan 08 at 8:12am
Okay. I can try that then. xD