Hi ---- Here is what i am trying to do and what languages must I know to make simple changes to optin box !!!! Current optin box looks here ( www dot webuyhousestristate dot com ) ***************************** 1) Wish to resize the box so that it is 2 1/2 inches wide and 3 inches high 2) Wish the optin box to look exactly as in the style & format as the 4th sample optin box on this page that says " Sign Up For Our Newsletter " go too -- http://insightfuldevelopment.com/ema...-examples.html ! The field names in the 4th example box are above the field boxes - if it is too much trouble to design the box as in this example on this page -- then this is too much trouble then wish to keep it the same as it appears on my home page except resize the box and include the sentence inside the box. ******************************************** 3) Replace the SUBMIT BUTTON -- With " Send Me Offer Now " centered 4) Write sentence " Privacy Notice - We Don't Sell Or Give Away Your Information " Centered 5) Delete words out from inside of box " *=Required Field " and " Email Marketing You Can Trust " right below optin box in light letters 6) Change color of box to same color as the navigation bar 7) Wish to add a sentence centered inside of optin box but on top of box -- right above the field names centered. It will say the following " Send Me A Cash Offer or Special Option For My House Now ! " This is the code for the optin box below: <style> .link, .link a, .signupframe { color: #acb7bf; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } .link, .link a { text-decoration: none; } .signupframe { border: 1px solid #000000; background: #0a3c63; } .signupframe .required { font-size: 10px; } </style> <form method="post" action="https://app.icontact.com/icp/signup.php" name="icpsignup" id="icpsignup2450" accept-charset="UTF-8" onsubmit="return verifyRequired2450();" > <input type="hidden" name="redirect" value="http://www.icontact.com/www/signup/thanks.html"> <input type="hidden" name="errorredirect" value="http://www.icontact.com/www/signup/error.html"> <div id="SignUp"> <table width="260" class="signupframe" border="0" cellspacing="0" cellpadding="5"> <tr> <td valign="top" align="right"> <span class="required">*</span> Email </td> <td align="left"> <input type="text" name="fields_email"> </td> </tr> <tr> <td valign="top" align="right"> <span class="required">*</span> First Name </td> <td align="left"> <input type="text" name="fields_fname"> </td> </tr> <tr> <td valign="top" align="right"> <span class="required">*</span> Last Name </td> <td align="left"> <input type="text" name="fields_lname"> </td> </tr> <input type="hidden" name="listid" value="34793"> <input type="hidden" name="specialid:34793" value="6L5R"> <input type="hidden" name="clientid" value="1105463"> <input type="hidden" name="formid" value="2450"> <input type="hidden" name="reallistid" value="1"> <input type="hidden" name="doubleopt" value="1"> <tr> <td> </td> <td><span class="required">*</span> = Required Field</td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit"></td> </tr> </table> </div> </form> <script type="text/javascript"> var icpForm2450 = document.getElementById('icpsignup2450'); if (document.location.protocol === "https:") icpForm2450.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired2450() { if (icpForm2450["fields_email"].value == "") { icpForm2450["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm2450["fields_fname"].value == "") { icpForm2450["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm2450["fields_lname"].value == "") { icpForm2450["fields_lname"].focus(); alert("The Last Name field is required."); return false; } return true; } </script> <span class="link"><a href="http://www.icontact.com">Email Marketing</a> You Can Trust</span> Edit / Delete Edit Post Quick reply to this message Reply Reply With Quote Reply With Quote Multi-Quote This Message