MyBB Community Forums

Full Version: Small gap annoying me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: lPE7A.png]

as you can see there is a really small border between the title and the box. how can i remove this?

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table style="margin-top: -16px;" width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center">
<tr><td valign="top" width="200">
{$welcome}
{$pms}
{$stats}
{$whosonline}
</td>
<td>&nbsp;</td>
<td valign="top">
{$announcements}
<br />
<center>{$multipage}</center>
</td>
<td>&nbsp;</td>
<td valign="top" width="180">
{$search}
<table cellspacing="1" cellpadding="4" class="tborder" style="border:none;" border="0">
<tr>
<td class="thead"><span class="smalltext"><strong>Projects</strong></span></td>
</tr>
<tr>
<td class="trow1" style="padding:5px;border-radius: 5px;">
<table border="0" cellpadding="5" cellspacing="0" style="border-radius: 5px;">
<tr>
		<td>SACNR KeyBinder</td>
		<td>V1.4B</td>
	</tr>
	<tr>
		<td>RA3 Map Manager </td>
		<td>V1.0 </td>
	</tr>
	<tr>
		<td>Lock Me Evolution</td>
		<td>V1.0</td>
	</tr>
	<tr>
		<td>FC Browser</td>
		<td>V1.1</td>
	</tr>
</table>
</td></tr></table>
</td>
</tr>
</table>
{$footer}
</body>
</html>

the code above is my portal template.

url : forgottencoders.co.uk

fixed it lol
[Image: AvO67.png]

i robbed the code from the search box and then edited the middle bit Smile