Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Fitting Text to the Table


Message #1 by "Hugh McLaughlin" <hugh@k...> on Mon, 25 Nov 2002 14:56:14
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.
>
>


  Return to Index