What exactly is the difference, other than making sure all the html tags are
there?
Shawn
----- Original Message -----
From: "Tommy TradeIT" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2000 11:09 PM
Subject: Re: [FreeTrade] Formating customer email receipts
> This will work if you code is as an HTML email not plain text i guess.
>
>
>
> Tommy
>
>
>
>
>
> ----- Original Message -----
> From: "Shawn Honeychurch" <[EMAIL PROTECTED]>
> To: "FreeTrade" <[EMAIL PROTECTED]>
> Sent: Tuesday, December 12, 2000 12:49 PM
> Subject: Re: [FreeTrade] Formating customer email receipts
>
>
> > Bummer, when I try this it just displays the actual tags themselves.
> > Here is what I get.
> >
> > <b>SecretStorageBooks.com</b>
> >
> > Shawn
> >
> >
> > ----- Original Message -----
> > From: "Isaac Reuben" <[EMAIL PROTECTED]>
> > To: "FreeTrade" <[EMAIL PROTECTED]>
> > Sent: Tuesday, December 12, 2000 1:39 PM
> > Subject: Re: [FreeTrade] Formating customer email receipts
> >
> >
> > > On Tue, 12 Dec 2000, Shawn Honeychurch wrote:
> > >
> > > > By The Way, will HTML tags work in this?
> > > >
> > > > $mail_body .= L_SUBMITORDER_INVOICE_CONTENTS; - this is normal.
> > > >
> > > > $mail_body .= <B>L_SUBMITORDER_INVOICE_CONTENTS</B>; -- will this
> work?
> > >
> > > Nope, you need to quote anything you add:
> > >
> > > $mail_body .= "<b>";
> > > $mail_body .= L_SUBMITORDER_INVOICE_CONTENTS;
> > > $mail_body .= "</b>";
> > >
> > > And remember to use lowercase html tags.
> > >
> > > - Isaac =)
> > >
> > >
> > >
> > > ------------------------------------------------------------
> > > To subscribe: [EMAIL PROTECTED]
> > > To unsubscribe: [EMAIL PROTECTED]
> > > Site: http://www.working-dogs.com/freetrade/
> > > Problems?: [EMAIL PROTECTED]
> > >
> >
> >
> >
> > ------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Site: http://www.working-dogs.com/freetrade/
> > Problems?: [EMAIL PROTECTED]
> >
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]