I have asked previously about sending a form and keeping the format when it is read in IE. i have been told that it is not possible, but i have a another similar question. Can i // or can i not send the text and keep the colour i have used within a form?
<SELECT style="color:black" name='name of client'>
<option selected>Please Click Here and Select
<option style="color
urple">Bill
<option style="color:black">John
Can i send the information from this selection in te colour i have applied within the form without the use of cgi?
<SELECT style="color:black" name='name of client'>
<option selected>Please Click Here and Select
<option style="color
<option style="color:black">John
Can i send the information from this selection in te colour i have applied within the form without the use of cgi?