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

[F] Remove Welcome Table - Posted By Tyson (fithad) on 31st Jan 08 at 5:29am
Could I please get a code to remove the welcome table completely? Thank you.

Re: Remove Welcome Table - Posted By Michael (wrighty) on 31st Jan 08 at 7:53am
<script>
document.getElementById('welcome_table').style.display= 'none';
</script>

Re: Remove Welcome Table - Posted By Tyson (fithad) on 31st Jan 08 at 6:35pm
Thanks Wrighty {Wink}

Re: Remove Welcome Table - Posted By Michael (wrighty) on 31st Jan 08 at 9:23pm
Welcome! {Smile}