-
Topic
-
OK, got a weird one here. I set up a template on a server here, and Stationery inserts it fine and all SEEMED to be working well. We have many secretaries that use the GroupWise “quick Correct” feature that corrects commonly mistyped words as you type. If the secretaries are using one of the Stationary Templates the quick correct feature deletes all but the first letter of the previous word and takes away the space…for example “me adn you” gets changed to “mand you”. This only occurs when they are using one of the Stationery templates that I have set up. When they are not using a template it would correct “me adn you” to “me and you”. It works fine. Any ideas???? My HTML code for the template is:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML>
<HEAD></HEAD>
<BODY leftMargin=0 topMargin=0 marginheight=”0″ marginwidth=”0″>
<TABLE height=”100%” cellSpacing=0 cellPadding=0 width=”100%” align=center border=0 valign=”top”>
<TR>
<TD vAlign=top>
<div align=”center”>
<img src=”\server1vol1clientsformativ_e-mail_clientactive_templatesalwaysturnedon_logo.gif” alt=”” width=”150″ height=”71″ border=”0″></div><div align=”left”><br><br><font face=”arial” size=”3″>Begin here</div></font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
- You must be logged in to reply to this topic.