Using Word as Editor disables HTML form functionality in signature?

Joined
Jul 6, 2005
Messages
3
Reaction score
0
Hi wrote an HTML signature that includes an HTML form (a submit box to go to msn.com for search). It looks like when I check "use word 2003 as my editor in outlook" it adds a lot of junk html and removes the HTML form tag.

Does anyone know of any workaround for this? It looks like word adds in the junk html on the fly as you write the email.

Thanks,
S

Here's my signature code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Simon Dang MSN Search Search M</TITLE>
<META http-equiv=Content-Language content=en-us>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY>
<FORM class=sa1 id=sf action=http://search.msn.com/results.aspx method=get>
<STYLE>#smallInput {
FONT-SIZE: 9px; WIDTH: 120px; LINE-HEIGHT: 9px
}
#green {
DISPLAY: inline; FONT-SIZE: 10px; BACKGROUND: #54b81a; COLOR: #ffffff; FONT-FAMILY: arial
}
#text {
DISPLAY: inline; FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: arial
}
#caption {
FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial
}
</STYLE>

<P>
<DIV align=left>
<DIV id=text>Simon Dang</DIV><BR></DIV>
<DIV><BR>__________________________________________<BR><INPUT
id=smallInput accessKey=s maxLength=150 name=q><INPUT id=green type=submit value=Search name=Search></DIV></FORM></BODY></HTML>
 
Back
Top