MyBB Community Forums

Full Version: problem whit spaces
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Please post your entire header template and I'll see what I can do for you Smile
here my entire header template:

	<a name="top" id="top"></a>

        <div class="topmenu">

    <ul>
        <li><a href="http://nv-arg.com.ar/foro/search.php"><img src="http://nv-arg.com.ar/foro/images/toplinks/boton_buscar.gif" alt="" /></a></li>
        <li><a href="http://nv-arg.com.ar/foro/memberlist.php"><img src="http://nv-arg.com.ar/foro/images/toplinks/boton_miembros.gif" alt="" /></a></li>
        <li><a href="http://nv-arg.com.ar/foro/misc.php?action=help"><img src="http://nv-arg.com.ar/foro/images/toplinks/boton_ayuda.gif" alt="" /></a></li>
        <li><a href="http://nv-arg.com.ar/foro/downloads.php"><img src="images/toplinks/boton_descarga.gif" border="0" alt="" /></a></li>
        <li><a href="http://nv-arg.com.ar/foro/pages.php?page=reglas"><img src="http://nv-arg.com.ar/foro/images/toplinks/boton_reglas.gif" alt="" /></a></li>
    </ul>

       </div>

	<div id="container">
		<div id="header">
	<table width="100%"  border="0">
       <tr>
          <td><div class="logo"><center><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a></center></div></td>
           <td><div class="logo" align="right">{$easybanner}</div> </td>
        </tr>
    </table>
    <br />
		
			<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$unreadpmmsg}
			<navigation>
			<br class="clear" />

i need to center the buttons... one option is: margin-left: but, is not exactly...
Alucard, would it be possible for you to PM me with your forum URL, admin username and admin password so that I may login and fix the issue?

Seeing as I don't have the full template in my hands, nor access to all of the images and so forth, it makes it a bit harder to work with and fix the problem.


Thanks,
Pages: 1 2