MyBB Community Forums

Full Version: Template header change...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hope this is in the right place...
http://www.giantscripts.co.uk/forums/

As you can see from the link above, where I have edited the header their is a white gap at the top and I cant see why its apearing.

Heres my header code -
	<a name="top" id="top"></a>
	<div id="container">
<div id="header">
			<div class="logo">

<table width="900" height="125" border="0" align="center" background="images/background.jpg" class="header">
  <tr>
    <td><table width="800" height="150" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
	<tr>
		<td colspan="7">
			<img src="images/nav_01.gif" width="800" height="10" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/nav_02.gif" width="356" height="131" alt=""></td>
		<td>
			<a href="index.php"><img src="images/nav_03.gif" alt="" width="81" height="131" border="0"></a></td>
		<td>
			<a href="index.php?id=gslist"><img src="images/nav_04.gif" alt="" width="81" height="131" border="0"></a></td>
		<td>
			<a href="forums/index.php"><img src="images/nav_05.gif" alt="" width="81" height="131" border="0"></a></td>
		<td>
			<a href="index.php?id=contact"><img src="images/nav_06.gif" alt="" width="81" height="131" border="0"></a></td>
		<td>
			<a href="index.php?id=about"><img src="images/nav_07.gif" alt="" width="81" height="131" border="0"></a></td>
		<td>
			<img src="images/nav_08.gif" width="28" height="131" alt=""></td>
	</tr>
	<tr>
		<td colspan="7">
			<img src="images/nav_09.gif" width="800" height="9" alt=""></td>
	</tr>
</table></td>
  </tr>
</table>


</div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br class="clear" />
Clarky
Under the <div class="logo"> you have the a load of spaces. In Firefox Web Developer they came out as:

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

I removed them in the HTML edit and the space disappeared.

Are you sure there are no spaces in the template?
Its weird, if I put it into dreamweaver it seems to be ok =/
aha, ive got it! thanks ^^ it works Smile
thanks...i will
Quote:thanks...i will

im confused.. lol