HTML Expert Needed Please

4 replies
Hey

Im trying to get an inline aweber form on this template I have but it can only be 130 pixels wide, the form as its stands when you get the html from aweber is 180 pixels wide so when I paste it in the template it f***'s it all up.

I was thinking could I get it so the word "Name:" is above the box where they input their name then the word "Email:" then the box under than where they input the email.

Kind of like this

Name:
|Box Here|
Email:
|Box Here|

Aweber support say's it can be done but the html need's to be changed, here's is the html if anyone can help me out great!

<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
<input type="hidden" name="meta_web_form_id" value="1140685823">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="bingoplayers">
<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_e33cd37ba3ef284eacbb0787b4f47598">
<input type="hidden" name="meta_redirect_onlist" value="">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from">
<input type="hidden" name="meta_forward_vars" value="0">
<table>
<tr><td colspan=2><center></center></td></tr>
<tr><td>Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
<tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
<tr><td colspan=2><center></center></td></tr>
<tr><td align="center" colspan="2"><input type="submit" name="submit" value="Join"></td></tr>
</table>
</form>

</center>

Cheers

Daniel
#expert #html #needed
  • Profile picture of the author Nigel Greaves
    Hi Daniel,

    Here you go:

    <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">
    <input type="hidden" name="meta_web_form_id" value="1140685823">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="unit" value="bingoplayers">
    <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_e33cd37ba3ef284eacbb0787b4f47598">
    <input type="hidden" name="meta_redirect_onlist" value="">
    <input type="hidden" name="meta_adtracking" value="">
    <input type="hidden" name="meta_message" value="1">
    <input type="hidden" name="meta_required" value="from">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table>
    <tr><td colspan=2><center></center></td></tr>
    <tr><td>Name:</td><tr><td><input type="text" name="name" value="" size="20"></td></tr></tr>
    <tr><td>Email:</td><tr><td><input type="text" name="from" value="" size="20"></td></tr></tr>
    <tr><td colspan=2><center></center></td></tr>
    <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Join"></td></tr>
    </table>
    </form>

    </center>

    Nigel
    {{ DiscussionBoard.errors[298882].message }}
  • Profile picture of the author Lance K
    Never mind. Looks like you got your answer.
    Signature
    "You can have everything in life you want if you will just help enough other people get what they want."
    ~ Zig Ziglar
    {{ DiscussionBoard.errors[298884].message }}
  • Profile picture of the author Daniel Soulsby
    Thanks Jeff, your surgestion worked a treat
    {{ DiscussionBoard.errors[298940].message }}

Trending Topics