Drop-down menu in Outlook Signature

S

Simon R

At work we use HTML Signatures as our email banners. I wish to create a
signature with fields I added to the signature in Microsoft frontpage
including a drop-down menu and 3 checkboxes.

However when I add this signature in the signature picker and open up a
blank email, I cannot select an option in the drop down-menu or check the
check boxes, ito only lets me completely select the field, or highlight it.
So they aren't completely functional.

Here is some of the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>MelbRC Stationery</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Century Gothic"
leftMargin=0 background="" topMargin=0 marginheight="0" marginwidth="0"><IMG
alt="Melbourne Functions" hspace=0
src="http://www.melbourneracingclub.net.au/images/email/functions.gif"
width=655
align=top border=0>
<form name="form1" method="post" action="">
</form>
<TABLE height=368 width=650>
<TBODY>
<TR>
<TD width=655 height=389>
<DIV>
<DIV><font face="Century Gothic" size="2">Name Of Caller: <br>
</font></DIV>
<DIV><font face="Century Gothic" size="2">Reason For Call: </font>
<select name="select">
<option>Raceday Enquiry</option>
<option>Function Enquiry</option>
<option>Staffing</option>
<option>Event</option>
<option>Venue Hire</option>
<option>Personal</option>
</select>
<br>
</DIV>
<DIV><font face="Century Gothic" size="2">Date:<br>
</font></DIV>
<DIV><font face="Century Gothic" size="2">Time:<br>
<br>
Please Call Back: </font><input type="checkbox" name="C1"
value="ON"><br>
<br>
<font face="Century Gothic" size="2">Caller will call again:
</font><input type="checkbox" name="C1" value="ON"><br>
<br>
<font face="Century Gothic" size="2">Came to Reception:
</font><input type="checkbox" name="C1" value="ON"><br>
<br>
<font face="Century Gothic" size="2">Contact Number: <br>
<br>
Other Info:<br>
<br>
<br>
</font></DIV>
<DIV>
<DIV>


Can anyone help me?

Thanks in advance,

Simon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top