Is there a way to have a fixed size table?
This is my current:
<div style="background-color: #8AB3CE; text-align:center; padding-top:5px; padding-bottom:5px;">
<span><b>MY CURRENT TABLE</b></span>
<table style="width:100%; height:100%;">
<tr>
<td style="font-size:6pt;text-align:right;width:100%;">
IF THIS TEXT WAS ONLY A SENTENCE THEN THE TABLE WILL ONLY EXPAND TO HOW MUCH TEXT THERE IS.
</td>
</tr>
</table>
</div>
I'll like to have a fixed table...? Where I can have 1 letter and it'll be the same size as me having 20 sentences. Any clues?