How can I change the code for:
Code:
<div class="alt1 block_row">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr><td class="tcat" colspan="3" align="center">
$vbphrase[award_showcase] - $block_data[num] $vbphrase[awards]
</td></tr>
<tr>
<td class="thead" nowrap="nowrap">$vbphrase[award_icon]</td>
<td class="thead" nowrap="nowrap">$vbphrase[award_image]</td>
<td class="thead" width="100%">$vbphrase[award_description]</td>
</tr>
$block_data[myawards]
</table>
</div>
Code:
<td class="thead" width="100%">$vbphrase[award_description]</td>
I want to make the "award_description" a Primary Content Area, instead of the Block Borders which it is now. Would I edit the class? I tried that and I got nothing.