Quote:
Originally Posted by Karellen
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.
|
<br/> instead of <br> works! I don't know how I didn't think of that. Thank you, you saved me a lot of time lol. Changing the width didn't seem to be necessary.