vForums Support > Programming & Coding :: Code Requests & Support :: > [F] remove head/base on welcome table
[F] remove head/base on welcome table - Posted By slip (slip) on 20th Jul 08 at 3:40pm
I need a code that will remove head/base images for the welcome table. Whenever I add the head/base images to the skin - they automatically show up on every single table. I want to remove the head/base images from the welcome table and possibly the menu table also (make this optional).
Re: remove head/base on welcome table - Posted By Marc (cr0w) on 20th Jul 08 at 3:45pm
<style type="text/css">
<!--
.head .welcometable{
display: none;
}
//-->
</style>
Give that a try.
Re: remove head/base on welcome table - Posted By slip (slip) on 20th Jul 08 at 3:48pm
works like a charm!!
Re: remove head/base on welcome table - Posted By Marc (cr0w) on 20th Jul 08 at 3:59pm
