vForums Support > Programming & Coding :: Code Requests & Support :: > Removing green around welcome table

Removing green around welcome table - Posted By Alex Bailey (system) on 31st Jul 08 at 5:31pm
Could i have a code for it {Smile} I tried things in the code index none worked

Re: Removing green around welcome table - Posted By Ross (admin) on 31st Jul 08 at 11:23pm
The border? Try this in the Global Header {Smile}

Code: CSS
 
  1. <style type="text/css">
  2. <!--
  3.  
  4. #welcome_table.border {
  5. background-color: transparent;
  6. background-image: none;
  7. }
  8. -->
  9. </style>
 

Re: Removing green around welcome table - Posted By Alex Bailey (system) on 31st Jul 08 at 11:43pm
didn't work

Re: Removing green around welcome table - Posted By Nick (nickb) on 31st Jul 08 at 11:57pm
It should work: http://mdskintest.vforums.co.uk unless you have a code conflict {Unsure}

EDIT:

Also what browser do you use?

Re: Removing green around welcome table - Posted By Alex Bailey (system) on 1st Aug 08 at 12:08am
I'm using Ie8

Re: Removing green around welcome table - Posted By Nick (nickb) on 1st Aug 08 at 12:29am
IE8? I did not know IE had a new version after 7? Im using FF3 and it works, try FireFox, or Opera.

Re: Removing green around welcome table - Posted By Michael (wrighty) on 1st Aug 08 at 12:34am
remove the gradient from the welcome table.

Re: Removing green around welcome table - Posted By Nick (nickb) on 1st Aug 08 at 12:58am
 
remove the gradient from the welcome table.


That could be the problem too. {Tongue Out}

Re: Removing green around welcome table - Posted By Ross (admin) on 1st Aug 08 at 7:22pm
I fixed this for you when doing the border around forum code. I'm presuming you were referring to the same forum {Smile}