Hello John,

On Wed, 13 Mar 2002 22:31:38 +1100GMT (13-3-2002, 12:31 +0100GMT,
where I live), you wrote:

JP> ...put a line or two of space below the subject line?   (see above)

JP> %ACCOUNT="mail.bigpond.com"
JP> %FROM="[EMAIL PROTECTED]"
JP> %To=""%To="[EMAIL PROTECTED]"
JP> Hi,

The account, from and to macros don't mean anything for the text, but
they're followed by a <return> and that starts a new line.

The problem can be fixed by ending the macro-lines with the %- macro,
that can be used to enhance the readability of long macros, you'd get:

%ACCOUNT="mail.bigpond.com"%-
%FROM="[EMAIL PROTECTED]"%-
%To=""%To="[EMAIL PROTECTED]"%-
Hi,

Second solution is to put all macros on the same line as your 'Hi':

%ACCOUNT="mail.bigpond.com"%FROM="[EMAIL PROTECTED]"%To=""%To="[EMAIL PROTECTED]"Hi,

You'll notice the poor readability of this template. ;-)

-- 
Groetjes, Roelof


-- 
________________________________________________________
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]
Latest Vers: 1.53d
FAQ        : http://faq.thebat.dutaint.com 

Reply via email to