Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: web pages that break into source code when forwarded


Message #1 by "mik" <MIKEZCG@Y...> on Tue, 26 Nov 2002 03:20:56
Is the e-mail client that is forwarding the e-mail html capable and is it
set up that way? Example - Outlook 2000 supports HTML, Rich Text & Plain
Text, but if you don't set it up as HTML then it will forward e-mails as
Rich Text by default, which then I believe will forward code if original
message was HTML.


Bob 

-----Original Message-----
From: mik [mailto:MIKEZCG@Y...]
Sent: Monday, November 25, 2002 9:21 PM
Subject: web pages that break into source code when forwarded



I have sent out html pages that when forwared held as web pages, but now 
after numerous changes it brakes into the source code when forwarded.  Can 
any one help? this is the biggest reason for sending the emials so they 
will be forwarded.

tks
M!-----+---++---++-+--+-+------++--+++-+---+-----++-+------------+++------

Subject: Re: Fitting Text to the Table
From: "Suneel" <psuneel@v...>
Date: Tue, 26 Nov 2002 10:14:00 +0530
Reply-To: "HTML Code Clinic" <html_code_clinic@p...>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

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