MyBB Community Forums

Full Version: Missing Border
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone take a look at why the code below is missing the border on top of the first post? This is from showthread template.

<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<div class="float_left">
		{$multipage}

	</div>
	<div class="float_right">
		{$newreply}
	</div>
	{$ratethread}
<table width="100%" border="0">
<tr>
<td width="85%" valign="top">{$posts}</td>
<td width="15%" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td class="thickBorder" style="background-color:#CFDEF6">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<center><b>Board Options</b></center><br>&nbsp;&nbsp;<img src="http://icons.iconarchive.com/icons/famfamfam/silk/16/resultset-next-icon.png" align="top" />{$newthread}<br>
&nbsp;&nbsp;<img src="http://icons.iconarchive.com/icons/famfamfam/silk/16/resultset-next-icon.png" align="top" /><a href="misc.php?action=markread&amp;fid={$fid}{$post_code_string}"><b>Mark all read</b></a><br>
&nbsp;&nbsp;<img src="http://icons.iconarchive.com/icons/famfamfam/silk/16/resultset-next-icon.png" align="top" /><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}&amp;my_post_key={$mybb->post_code}"><b>{$add_remove_subscription_text}</b></a><br><br><center>{$multipage}</center><br><br><center><b>Board Moderators</b></center><br>{$moderators}
</tr>
</tr>
</table>
</td></tr></table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$usersbrowsing}
	{$footer}
</body>
</html>

[Image: showthread.png]
Nevermind, managed to work out the answer. Woohoo!

Sort of wish MyBB Community would allow us to delete our own posts. Confused