not sure if i need to raise this under a seperate post, but i'm still having an alignment issue - if you take a look at the same page i'm trying to align the 'test' text with the middle of the icons - but the table is not picking up any of the alignment tags - have tried both on the <tr> as well as the <td>. Have also tried divs.... everything just appears to be bottom aligned by default for tables - and top for divs?
Use in divs instead 
Taking this example into consideration:
<div class="content">
<div class="icon">1</div>
Incentive Compensation Management, Quota & Territory Management, Dashboards, Reporting & Analytics, Sales Coaching
</div>
Add the above code in html output
Add this at end of template.css file:
.content {width: 100%; overflow: hidden;}
.icon {background: url(../images/sample/png) no-repeat; float: left;padding: 2px;}
Update image path accordingly