html - Where to put the link in this code for the subscribe button? -
i found code template want use newsletter sign form. can't figure out put link in code subscribe button. don't want have create new button. have tried using action code href.
<div class="span4"> <div class="p30"> <h3>newsletter</h3> <form class="soundest-subscribe" style="width: 100%;"> <input type="text" class="soundest-subscribe-input" placeholder="enter email address" style="width: 100%; height: 34px; display: block; color: #a0a0a0; font-size: 14px; font-family: times new roman, ; padding: 6px; border: 1px solid #cfcfcf; outline-width: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;" /> <input type="submit" value="subscribe" style="width : 100%; height: 34px; display: block; color: #ffffff; font-size: 14px; font-weight: ; font-family: verdana, sans-serif; padding: 8px; margin-top: 5px; background-color: #a2a2a2; border-width: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; outline-width: 0px; cursor: pointer;" /> </form> </div> </div>
<div class="span4"> <div class="p30"> <h3>newsletter</h3> <form class="soundest-subscribe" style="width: 100%;"> <input type="text" class="soundest-subscribe-input" placeholder="enter email address" style="width: 100%; height: 34px; display: block; color: #a0a0a0; font-size: 14px; font-family: times new roman, ; padding: 6px; border: 1px solid #cfcfcf; outline-width: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;" /> <input type="submit" value="subscribe" style="width : 100%; height: 34px; display: block; color: #ffffff; font-size: 14px; font-weight: ; font-family: verdana, sans-serif; padding: 8px; margin-top: 5px; background-color: #a2a2a2; border-width: 0px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; outline-width: 0px; cursor: pointer;" /> </form> </div>
please observe action in form , clicking on button user navigated www.google.com. can replace url mentioned in form action own.
Comments
Post a Comment