Form Code: How to get submit button next to text box

sapptyhanei

New Member
I just can't figure out to get the "submit" button to the right of the text box for the form found at the top of the loop on this page: http://www.babysavers.com. The code I'm using is here: \[code\]<center><div style="width: 625px; height: 70px; border-style: dotted; border-color: #d7345a; border-width: 1px; padding: 5px;"><form action="http://www.feedblitz.com/f/f.fbz?AddNewUserDirect&ajax=4" method="POST" name="FeedBlitz_9fe455b8521611e29f67003005ce8903"><h3>Join over 8,900 subscribers! Enter your email below for FREE Updates:</h3><input style="display:none" type="text" name="EMAIL" value="" maxlength="64" size="65"><input type="hidden" name="EMAIL_" value="" maxlength="64" /> <input type="hidden" name="EMAIL_ADDRESS" value="" maxlength="64" /> <input type="hidden" name="FEEDID" value="http://stackoverflow.com/questions/14088456/873069" /> <input type="hidden" name="cids" value="http://stackoverflow.com/questions/14088456/1" /> <input type="hidden" name="PUBLISHER" value="http://stackoverflow.com/questions/14088456/24085942" /><input onclick="FeedBlitz_9fe455b8521611e29f67003005ce8903s(this.form);" type="button" value="http://stackoverflow.com/questions/14088456/Subscribe!" /></form></div><script type="text/javascript" language="Javascript">// < ![CDATA[// < ![CDATA[// < ![CDATA[// < ![CDATA[function FeedBlitz_9fe455b8521611e29f67003005ce8903i(){var x=document.getElementsByName('FeedBlitz_9fe455b8521611e29f67003005ce8903');for(i=0;i<x .length;i++){x.EMAIL.style.display='block';x.action='http://www.feedblitz.com/f/f.fbz?AddNewUserDirect';}}function FeedBlitz_9fe455b8521611e29f67003005ce8903s(v){v.submit();}FeedBlitz_9fe455b8521611e29f67003005ce8903i();// ]]></script><br></center>\[/code\]I know my code is sloppy, but all I want to do is line up the Submit button so it's to the right of the text box, not underneath it. Any help would be appreciated.
 
Back
Top