Alaska Software Inc. - HTML E-Mail
Username: Password:
AuthorTopic: HTML E-Mail
Stephan KoenigHTML E-Mail
on Sat, 04 Nov 2006 20:45:46 -0500
Does anybody know, how I send this as an HTM E-Mail ? I tried my things, but
I don`t know how to get it working.

1. This is the style sheet

<style type="text/css">
<!--
.HDNormal {  }
.HDDeleted {  color: #ff0000;background:
#ffffff;text-decoration:line-through ; font-family: Courier New ; font-size:
10pt;}
.HDAdded {  color: #0000ff;background:  #ffffff;text-decoration:none ;
font-family: Courier New ; font-size: 10pt;}
-->
</style>

2. this is the HTML E-Mail

 <span class="HDNormal">TEST1
<a name="diff" id="c0"><span class="HDAdded">TEST2</span></a>
<a name="diff" id="c1"><span class="HDDeleted">TEST3</span></a>
Martin AltmannRe: HTML E-Mail
on Sun, 05 Nov 2006 12:11:30 +0100
Stephan,
easy - use blat.exe - an external commandline tool: http://www.blat.net

Regards,
Martin

-- 
______________________________

Deutschsprachiges Xbase-Forum:
http://www.xbaseforum.de/
______________________________
Stephan KoenigRe: HTML E-Mail
on Sun, 05 Nov 2006 08:09:56 -0500
Its funny, I am writing in the Asinet Group and people constantly advise me
of  other tools 

Well, I know how to write an E-mail with Blat or with Asinet, I just have
problems getting the stylesheet information to work.
Sander Elias Re: HTML E-Mail
on Mon, 06 Nov 2006 10:01:58 +0100
Stephan,

>Well, I know how to write an E-mail with Blat or with Asinet, I just have
>problems getting the stylesheet information to work.
Ah, Thats an entirely different question!
you have found a curl pit! however it is solvable, you just need to
design it so that your style sheet survives the mail-clients!
this article may help you a bit:
http://www.campaignmonitor.com/blog/archives/2005/02/using_style_she.html

Regards
Sander Elias

-------------------------------------------------------------
xbHCL (http://www.xbHCL.com) the xbase HTML command layer
PBIH  (http://pbih.eu)       Polar Bear International Hosting
-------------------------------------------------------------
also a member off the XXP (http://www.xxp.nl)
Stephan KoenigRe: HTML E-Mail
on Fri, 10 Nov 2006 21:22:46 -0500
Thanks Sander.

My problem was to get the HTML Code working, but I have it sovled now.