Jon, Thanks for the help, almost have it working except for to other references in the HTML file... sent you a separate e-mail on it. Thanks!
v/r -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Jon Chau Sent: Monday, November 13, 2006 1:26 PM To: [email protected] Subject: Re: AR Email HTML Template Chris, You can create a header or footer html file using CSS and create an entry in the AR Email Engine Templates form. Then in the AR Email Engine Configuration or filter notification you will need to specify the use of that template. The email engine must be restarted for the new templates to take effect. Below is a sample of a footer.html file that formats the body of the message as well: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE></TITLE> <STYLE type="text/css"> td { color: 666666; font-size: 9px; font-family: Verdana, Helvetica, sans-serif; line-height: 11px } body { color: 333333; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; line-height: 16px } a:visited { color: #0000FF; } </STYLE> </HEAD> <BODY bgColor=#ffffff> <table cellpadding="0" cellspacing="0" width="500"> <tr><td><img src="/logo.gif" alt="test"/></td></tr> <tr><td><p class=footer>blah blah<br>la la</p> </td></tr> </table> </body> </html> HTH, Jon On 11/13/06, Christopher Gillman <[EMAIL PROTECTED]> wrote: > ** > > > Does anyone have a copy of the Sample AR Email HTML template they can send > me? I'm trying to create a notification that uses HTML tags, but I know I > have to use the template system in order to do that. We're using 6.3, but > the UNIX version doesn't come with it. Please let me know. Thanks! > > > > v/r __20060125_______________________This posting was > submitted with HTML in it___ ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

