The CSS of my email form just wont work atfer it goes in the Email Template, I paste it into the html box, everything looks good for a "moment" in the wysiwyg window then my form looks plain. I've sent myself the form too.
I've got Chrono Contact 3.0 Stable.
Chrono Contact 2.5 V2.5_J1.5_RC3.1 was fine with my same code.
Here's how it looks in the Email Template creator after I paste it in.
<!-- #holder { width:900px; text-align:left; margin:0 auto; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; } .form_elements_center { margin:20px; text-align:center; } .form_elements { margin:20px; } .form_content { margin:5px; } .form_content_center { margin:5px; text-align:center; } input, textarea, select { font-family:Arial, Helvetica, sans-serif; } table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } fieldset { position:relative; background:#dbe3c5; padding-top:20px; } legend { color:#FFFFFF; font-size:12px; position:absolute; top:-10px; background:#7E8961; border:1px solid #000; padding:2px 5px; font-weight:bold; } .asterix { color:#FF0000; } input { background-color: #FFFFFF; } .centerlegend { color:#FFFFFF; font-size:12px; position:absolute; top:-10px; background:#7E8961; border:1px solid #000; padding:2px 5px; font-weight:bold; left: 300px; } -->
<div id="holder">
<div class="form_elements"><fieldset><legend>1. Subjects</legend>
<div class="form_content"><span class="asterix">*</span>Subject course you wish to apply for:<br />
<table border="1" cellspacing="0" width="0" bgcolor="#ffffff" bordercolor="#666666">
<tbody>
ETC...
I've got Chrono Contact 3.0 Stable.
Chrono Contact 2.5 V2.5_J1.5_RC3.1 was fine with my same code.
Here's how it looks in the Email Template creator after I paste it in.
<!-- #holder { width:900px; text-align:left; margin:0 auto; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; } .form_elements_center { margin:20px; text-align:center; } .form_elements { margin:20px; } .form_content { margin:5px; } .form_content_center { margin:5px; text-align:center; } input, textarea, select { font-family:Arial, Helvetica, sans-serif; } table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } fieldset { position:relative; background:#dbe3c5; padding-top:20px; } legend { color:#FFFFFF; font-size:12px; position:absolute; top:-10px; background:#7E8961; border:1px solid #000; padding:2px 5px; font-weight:bold; } .asterix { color:#FF0000; } input { background-color: #FFFFFF; } .centerlegend { color:#FFFFFF; font-size:12px; position:absolute; top:-10px; background:#7E8961; border:1px solid #000; padding:2px 5px; font-weight:bold; left: 300px; } -->
<div id="holder">
<div class="form_elements"><fieldset><legend>1. Subjects</legend>
<div class="form_content"><span class="asterix">*</span>Subject course you wish to apply for:<br />
<table border="1" cellspacing="0" width="0" bgcolor="#ffffff" bordercolor="#666666">
<tbody>
ETC...