Quote:
Originally Posted by gearspro
Ok i managed to get that working xD
But i have what i think to be a minor problem.
As you can see from the screen shot, it give me two forum bars which i dont think are supposed to be present and also there is a random white bar below. If you could help me out i'd be very greatfull, Already clicked installed
Thanks sam.
|
Ya, with a custom style, you are going to have to do a little tweaking to this. The white bar on the bottom can be fixed be changing the background color in this DIV on the FORUMHOME template from white to match your style.
Code:
<div id="ajaxTFHcontentarea" style="border:0px solid gray; width:100%; height: 100%; background-color: white; padding: 0px"></div>
To fix the dupe output bar, it looks like you put the default vB main code into the FORUMHOMETAB template instead of your custom styles main code...