What you need to do is look at the other templates (see what is below it) in the Portal and look for a <br /> at the top and remove it.

As a quick example, for other boxes etc, to make a box of your own, you would use this code :

Code: 
<div class="borderwrap">
<div class="maintitle">Put your title here</div>
<div class="tablepad" align="center">
<br />
Put your content in here
<br />
</div></div>
Lease Reviewed by Lease on . [TUT]Adding Boxes in IPB's Portal What you need to do is look at the other templates (see what is below it) in the Portal and look for a <br /> at the top and remove it. As a quick example, for other boxes etc, to make a box of your own, you would use this code : <div class="borderwrap"> <div class="maintitle">Put your title here</div> <div class="tablepad" align="center"> <br /> Put your content in here <br /> Rating: 5