Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html formated mail problem

Status
Not open for further replies.

Bob2

Programmer
Jul 3, 2000
228
SE
Hi


I use Eudora 5.2.1 and have problems displaying html formated mail in Eudora. When I recive a html that includes a lot of nested tables Eudora cut off most off the html code and end it with &quot;</td------=_NextPart_000_0025_01C30D6B.5A339EA0--&quot;

How can I fix this?


Regards

M
 
Did you ever find a solution to this? I'm having the same problem. Thanks.
 
Hi

Yes I did. I had this problem when I programaticcally created a HTML mail and then sent it to me. I solved it by setting a line break in my code after each html line that I generated.

At first it looked something like this...

line1line2line3 and so on

I had to change my html code so that it looked like this..

line1
line2
line3



I saw this problem by looking at the html source code. Eudore din not support a long html code without the line breaks I added.


Hope you understand what I mean, let me know otherwize.

Regards

 
My preference would be to reply to the sender and tell them to send it in plain text; if they must have full formatting, put it on the web and send the hyperlink in text mode.

John
 
Can Eudora even send typed in html code formatted as html?
if i send:
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body bgcolor=&quot;#33FFFF&quot;>
<p>SAMPLE TEXT</p>
<p>  </p>
</body>
</html>

What I get is the TEXT not the formatted document - any ideas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top