This is what I did. I changed some attributes so you will see a different result.
Add this to your CSS
Code:
.tfieldset { border:1px solid #3e5c92}
.tlegend {
padding: 0.2em 0.7em;
border:1px solid #3e5c92;
color:#3e5c92;
font-size:120%;
text-align:right;
}
Here's the HTML code
HTML Code:
<table width="60%" border="0" align="center">
<tr>
<td>
<fieldset class="tfieldset">
<legend class="tlegend">Title</legend>
<div style="font-size: 200%; text-align: center;">$thread[title]</div> </fieldset>
</td>
</tr>
</table>
<br />
Here it is on my site