MyBB Community Forums

Full Version: Navigation Bar Gets Messed up when I remove Line Break
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I built my theme with these settings, but now I have changed my mind.

But when I try to remove the line break in the header template it gets all messed up.

<a href="index.php"><img src="images/elite/logo.png" alt="logo" /></a>
<br><br>
		
<div class="nav_sub">
<div class="panel">
{$welcomeblock}
                </div></div>
<br> <--- THAT'S THE LINE BREAK!
		<a name="top" id="top"></a>
<div id="header">				
<div id="nav" align="center"><a href="index.php"><img src="images/elite/home.png" alt="Home" /></a>
<a href="memberlist.php"><img src="images/elite/members.png" alt="Members" /></a>
<a href="section.php"><img src="images/elite/videos.png"></a>
<a href="search.php"><img src="images/elite/search.png" alt="Search" /></a>
<a href="calendar.php"><img src="images/elite/calendar.png" alt="Calendar" /></a>
<a href="misc.php?action=help"><img src="images/elite/help.png" alt="Help" /></a>
				
</div>
		</div>
<div id="container">
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}

First it looks like this
[Image: dorvhw.png]

Then it looks like this
[Image: eerer.png]

Help?