Hi,
To fill the cell with the text without changing the font size,
<TABLE>
<TR>
<TD>
<P align=justify>
Here is the Content.....
</p>
</TD>
</TR>
</TABLE>
Suneel
----- Original Message -----
From: "Hugh McLaughlin" <hugh@k...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Monday, November 25, 2002 2:56 PM
Subject: [html_code_clinic] Fitting Text to the Table
> Hello Everyone and thanks for your help in advance. I am working on a
> application that has text located in a particular cell. This cell may be
> subject to resizing. What I want to accomplish is to expand the spacing
> between the letters to bascially fill the cell (the font size does not
> need to change). Is there any way of accomplishing this via HTML tags or
> CSS. Any help would be greatly appreciated. Thanks.
>
>