vForums Support > vForums :: Support :: > Hiding the Welcome table, and PM bar.

Hiding the Welcome table, and PM bar. - Posted By Jake (jake) on 18th Feb 08 at 8:24pm
{Confused}

Is there a way?

Board URL : http://gfx.virtualforums.co.uk/

Re: Hiding the Welcome table, and PM bar. - Posted By Marc (cr0w) on 18th Feb 08 at 8:25pm
Global Header. {Smile}

Code:
 
  1. <style type="text/css">
  2. <!--
  3. #welcome_table{
  4. display: none;
  5. }
  6. #user_table{
  7. display: none;
  8. }
  9. //-->
  10. </style>
 

Re: Hiding the Welcome table, and PM bar. - Posted By Jake (jake) on 18th Feb 08 at 8:32pm
PERFECT =] Thank-you!

Re: Hiding the Welcome table, and PM bar. - Posted By Marc (cr0w) on 18th Feb 08 at 8:48pm
No problem. {Smile}