MyBB Community Forums

Full Version: Theme Header Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to make it so that there is no space at all above the logo/header. So far unsuccessful...here's the first four lines in "header" template:
<table border="0" width="960" cellpadding="0" cellspacing="0" align="center"><tbody><tr><td>
<div id="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<table border="0" width="960" cellpadding="0" cellspacing="0" align="center" >
<tbody><tr>
Any help much appreciated!
Check the margins for the CSS style of body and #logo and post them here.