I have to create a conditional for span.mktFormMsg in ie. I added the code below ito the editing box but it was ignored:
<!doctype html>
<html>
<head>
<!--[if IE]>
<style type="text/css">
span.mktFormMsg {
margin-top:0px;
}
</style>
<![endif]-->
</head>
Rest of the code
</html>
Can you please indicate where can I place it?
Thank you.
Regarding your response:
1. We will be dropping the form into several landing pages
2. I added the code into the HTML editor in the form
3. I did not use the emulation tool. I am testing directly into ie.
Can you please indicate where can I place the conditional?
Thank you.