MyBB Community Forums

Full Version: Alignment messed up! - URGENT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, when I added a new header on my site, all of the alignment on the whole forum completely reset to a "middle" alignment.
Heres the code for the whole header.
<table class="tborder" background="images/pearl/logo_bg.png" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="border-bottom: 1px solid #888;">
<tr>
	<td class="altsex1" cellpadding=0 valign=top rowspan=2>
	<a href="/"><img src="http://forum.techoftheweekpodcast.com/images/pearl/logo.png" border=0></a>
	</td>
	<td class="alt1" width="100%" style="border-bottom: 1px solid #888; padding: 5px;">
	
	
			<navigation>
		
	</td>	
	
	
	
		<td  class="alt2" valign="top" nowrap="nowrap" style="border-left: 1px solid #888; border-bottom: 1px solid #888; padding: 5px;">
		<div class="smallfont">
{$welcomeblock}

	</div>

		</td>
		
		
	
</tr>

<tr>
 <td colspan=2 id="toolbar2" style="border-left: 1px solid #888;" style="border-top: 1px solid #000000;">
 <ul>

<form action="search.php" method="post">

</form>
</li>

				
<a href="http://forums.techoftheweekpodcast.com/rules.php"><img src="http://forum.techoftheweekpodcast.com/icons/script.png" border="0" style="margin: -3px 0;" alt="" />&nbsp;Rules</a>&nbsp;|&nbsp;
<a href="http://forums.techoftheweekpodcast.com/search.php"><img src="http://forum.techoftheweekpodcast.com/icons/magnifier.png" border="0" style="margin: -3px 0;" alt="" />&nbsp;Search</a>&nbsp;|&nbsp;
<a href="http://forum.techoftheweekpodcast.com/memberlist.php"><img src="http://forum.techoftheweekpodcast.com/images/pearl/icons/memberlist.png">&nbsp;Member List</>&nbsp;|&nbsp;



<a href="http://forums.techoftheweekpodcast.com/member.php?action=logout"><img src="http://forum.techoftheweekpodcast.com/images/door_out.png" border="0" style="margin: -3px 0;" alt="" />&nbsp;Log Out</a>



  </ul>
</td>
</tr>

</table>
</div>

Also, I can't get the div class="logo" working properly on that whole part, when I add it in, the logo_bg.png doesn't show accross the whole header.

Help would be greatly appreciated.
Ok, I fixed the main problem, but how do I add the logo_bg.png to the whole table?