|
Posted by AK on 02/23/06 06:50
Ok, will experiment with that too.
More on the sleuthing. ---- I find that if I set the Outlook email options
as follows:
Tools|Options|Preferences|Email Options tab
uncheck the box "Remove extra line breaks in plain text messages"
that the line feed works OK, and the problem text block displays as it seems
to already be coded.
In the process, and trying to track down a correctiion to amother problem
with tabular text formatting and displaying differently depending on the
email viewer used, I find that it also apppears that the display of text
tables (like columns of numbers) that are tabbed adn supposed to line up
vertically is a function of the tab spacing inherent in the hotmail display
background program, or the Netscape, or the Outlook program that formats the
php text that is sent from the server.
I think that if I could find a way to change the tab settings in the mail
viewer program, I could get things to lay out correctly in a block of text.
I discovered this tab setting possibility as a result of messing around with
the font sizes where I then found that I could make a table of invoice items
and amounts move horizontally in and out of alingment by simply changing the
font in the email program being used to view the invoice that generated by
the php script from which my original question came.
Thanks
I bee off net for a week but will check back then Thanks
Ak
"Christopher Pettet" <cdpettet@psiss.com> wrote in message
news:G%8Lf.40975$m13.8748@newsfe5-gui.ntli.net...
> One last thought... instead of just "\n", use "\n\r" or "\n<BR>". I know
> you said you were reading it in plain text, but so am I and I still get
> hyperlinks underlined and such.
>
> "AK" <nospam@itn.com> wrote in message
> news:hY6Lf.30666$7y1.7046@tornado.texas.rr.com...
>> Thanks All
>>
>>
>> This failed to correct the problem but was valis as an alternate way to
>> code it.
>>
>> More sleuthing is that it seems that the problems must be tied with my
>> Outlook email program. Hotmail displays the message perfectly. So to
>> Netscape!
>>
>> Again Go Figure!
>>
>>
>> AK
>>
>> "Cmac" <cordmcphail@gmail.com> wrote in message
>> news:1140632450.150028.173820@g43g2000cwa.googlegroups.com...
>>> $detail_text = "";
>>> $detail_text .= "Charge ID: " . $charge_id / "\n";
>>> $detail_text .= "Billing Period: " . date("m/d/Y h:i A",
>>> $billing_start) . " - " . date("m/d/Y h:i A", $billing_end) . "\n";
>>> $detail_text .= "Date/Time of Charge: " . date("m/d/Y h:i A",
>>> $current_time) ."\n";
>>> $detail_text .= "Card Charged: **** **** **** " . $last_four ."\n";
>>> $detail_text .= "Amount Charged: $" . sprintf("%01.2f", $total);
>>>
>>> Use this...
>>>
>>
>>
>
>
Navigation:
[Reply to this message]
|