I made a post a while back on how to create Big submit buttons for your optin forms. It’s pretty long because I showed you several sample codes and went on explaining certain things.
Anyway, here’s a shorter post on how to create Big Submit Buttons with borders.
Just copy and paste the codes.
1) Making the submit button text bigger, wider and bolder
Copy and Paste this inside the Submit Button’s tag:
1 | style="font-size:20px;font-family:Arial;width:100%;height:40px;font-weight:bold;" |
2) Adding borders on the submit button
Copy and Paste this inside the submit button’s
1 | style="background-color:#800000; padding:5px; width:100%;" |
3) The Optin Box
If you want to place your form inside a box, copy and paste this code around your autoresponder code:
1 2 3 4 5 6 7 8 9 | <div style="background-color:#ffffcc; font-family:Tahoma; width:380px; margin:auto; border:5px dashed #000; padding:15px;"> <div style="font-size:28px; font-family:Tahoma;font-weight:bold;"> SIGNUP FREE To Claim Your Download! </div> Just enter your first name and primary email address below to receive your free download: <-autoresponder code here-> </div> |
Here’s a pic that shows you where to exactly paste the above codes. ![]()












Leave a Reply: