vForums Support > Programming & Coding :: Code Requests & Support :: > Getting rid of Welcome Table Background

Getting rid of Welcome Table Background - Posted By RuhRoe (mezorro) on 9th Feb 10 at 5:22pm
Forum Name: http://thegamerspark.vforums.co.uk
Description: I am in search of a code that gets rid of the background in the welcome table without removing the banner. I tried to remove it but it either ended up removing the whole welcome table or making the background color black. Thanks {Smile}

Re: Getting rid of Welcome Table Background - Posted By Ross (admin) on 9th Feb 10 at 11:16pm
That just requires an edit to the Welcome Table template.

Admin -> Manage Templates

If you don't already have a custom welcome table template, create one.

Then in the first couple of lines you will want to remove the bits highlighted in red:

<br />
{head_image}
<table align="center" width="{skin_width}" cellspacing="1" cellpadding="0" class="border" id="welcome_table">
<tr>
<td width="100%" class="welcome" align="center">


If you need anything more than that then just let us know what it is you want to achieve {Smile}

BTW. I would advise against using the word "banner" in the image URL - it can cause it to get blocked by many ad-blockers. Calling it "logo" or "header" is normally much safer {Smile}

Re: Getting rid of Welcome Table Background - Posted By RuhRoe (mezorro) on 9th Feb 10 at 11:27pm
I still have a line from the menu bar.

And thanks for the banner tip {Smile} I will change that before I finish the whole skin {Grin}

Edit: Nevermind I figured it out {Wink}