If you use
<br/> instead, does that make a difference?
As for the cell width, use
PHP Code:
<tr>
<th style="width:20%;">TOPICS:</th>
<th style="width:50%;">A Proclamation<br/>The Wisest of Lines<br/>A Poem</th>
</tr>
Fiddle with the % value until you get the sizing right.