Click to See Complete Forum and Search --> : Fixed table?


pneudralics
04-04-2006, 12:58 AM
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?

Weedpacket
04-04-2006, 03:52 AM
Give the table an absolute width instead of a relative one (you've got "100%" at the moment).