How to bold text in a template file?

"Brian Archer" <[email protected]> Thu, 15 May 2008 16:19:08 -0700
Newsgroups gmane.mail.the-bat.devel
Message-ID <000001c8b6e2$13c2d960$6601a8c0@BARCHER>
In a template file(.tpl) below, that I'm using with TheBat!
How do I bold the File Name (%SubPatt='2')? 

I tried using html < b > < /b > before and after %SubPatt='2' but that
didn't work and showed the tags in the message. Any suggestions? Thanks.

%SetPattRegExp='C:\\Folder\\(.*?)\.txt'%- 
%RegExpBlindMatch='%To'%- 
%ModifyOnce(To)%- 
%SetHeader(To,%SubPatt='1')%- 
%SetHeader(%SubPatt="2"')%- 

Hi %ABToFirstName="%ToFName", 

Your File Name: %SubPatt='2' is completed 
Thank you. 
Regards, %FromFName

 

 

--