SVTOA, good job!

I hope you don't mind, but I went ahead and formatted/tinkered with your HTML a bit. I made it XHTML 1.0 Compliant, as well as cleaned it up a bit. I think I may have fixed the issue with joey's table, too. Not sure, so he'll have to test it and let me know:
HTML Code:
<!-- performance stats block by SVTOA -->
<br />
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat smallfont">
<b>My $data[year] $data[model] Performance Stats</b>
</td>
</tr>
<!-- best et field -->
<tr>
<td class="$getbgrow smallfont">
<if condition="$user[field55] != '00.00'">
<b>My Best ET: <font color="red">$user[field55]</font>
<else />
This member has not added ET data to their vB Garage.
</if>
</td>
</tr>
<!-- best mph field -->
<tr>
<td class="$getbgrow smallfont">
<if condition="$user[field56] != '00.00'">
<b>My Best MPH: <font color="red">$user[field56]</font>
</if>
</td>
</tr>
<!-- rwhp field -->
<tr>
<td class="$getbgrow smallfont">
<if condition="$user[field51] != '0.0'">
<b>My RWHP: <font color="red">$user[field51]</font>
</if>
</td>
</tr>
<!-- best 60 foot time -->
<tr>
<td class="$getbgrow smallfont">
<if condition="$user[field52] !='0.000'">
<b>My Best 60 foot time: <font color="red">$user[field52]</font>
</if>
</td>
</tr>
</table>
<br />
<!-- End PERFORMANCE STATS BLOCK -->
I'll be sure to put a link to this in the first post.