vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Welcome Table larger than Boards

[F] Welcome Table larger than Boards - Posted By Vanquish (scott1707) on 23rd Jan 08 at 10:43pm
Was wondering how could I make the Welcome Table larger than Boards. So that I could adapt my banner into the background etc.

Welcome table as in banner, not the pm jazz

Re: Welcome Table larger than Boards - Posted By Michael (wrighty) on 23rd Jan 08 at 10:53pm
Code:
 
  1. <style>
  2. #welcome_table {
  3.     width: 100%;
  4. }
  5. </style>
 


Modify where it says: 100%

Re: Welcome Table larger than Boards - Posted By Vanquish (scott1707) on 24th Jan 08 at 12:02am
I knew it was going to be something simple...

Thanks buddy

Re: Welcome Table larger than Boards - Posted By Michael (wrighty) on 24th Jan 08 at 7:47am
Welcome