You'll need to add some code to each box you want that border on.
here is the code: style="border: 1px solid #D1D1D1;
Just look through the template until you find the box you want to edit. Here is an example of how you would add the code.
Before adding code:
<td width="100%" height="12" bgcolor="#F9F9F9"></normalfont><font face="Verdana" size="1" color="#4274B6"><b>$post[usertitle]</b></font></td>
After adding code:
<td style="border: 1px solid #D1D1D1; width="100%" height="12" bgcolor="#F9F9F9"></normalfont><font face="Verdana" size="1" color="#4274B6"><b>$post[usertitle]</b></font></td>
Notice where I put "style="border: 1px solid #D1D1D1;" right after the begining tag of the code.
The above example puts a border around the box that shows the member rank. You will need to add "style="border: 1px solid #D1D1D1;" to each box you want to border on.
You may want to get rid of the table background color too if you plan on doing this or the borders will look a little funky.