![]() | | ||||||||
| | #1 |
| Ancient&Decrepit Warrior War Room Member Join Date: Jul 2002 Location: South Africa
Posts: 4,378
Thanks: 69
Thanked 167 Times in 23 Posts
|
I've always thought I could find my way around HTML but this defeats me <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="1460370708"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="africhef"> <input type="hidden" name="redirect" value="http://www.africhef.com/African-Recipes-Thanks.html" id="redirect_7bfcd5d538821ddc689fb9e1bf0273dd"> <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,name"> <input type="hidden" name="meta_forward_vars" value="0"> <table> <tr><td colspan=2><center><div> </div></center></td></tr> <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr> <tr><td>First Name:</td><td><input type="text" name="name" 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="Submit"></td></tr> </table> </form> <img src="http://forms.aweber.com/form/displays.htm?id=jCxsDMzsDOwMHA==" border="0" /> </center> This is an Aweber form which has the Email & First Name at the side of the input boxes I want them on top and the boxes to be 160pixels wide I'd appreciate anyone telling me what to change to get the desired result Thanks Michael |
| | |
| | |
| | #2 |
| Gene Yarbrough War Room Member Join Date: Oct 2005 Location: Northern Virginia
Posts: 558
Thanks: 31
Thanked 56 Times in 40 Posts
|
Michael, Try this code. The inline css for the text table rows is for firefox. Will work in IE without or with it. Code: <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="1460370708"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="africhef"> <input type="hidden" name="redirect" value="http://www.africhef.com/African-Recipes-Thanks.html" id="redirect_7bfcd5d538821ddc689fb9e1bf0273dd"> <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,name"> <input type="hidden" name="meta_forward_vars" value="0"> <table> <tr><td colspan=2><center><div> </div></center></td></tr> <tr style="text-align:center"><td>Email:</td></tr><tr><td><input type="text" name="from" value="" style="width:160px"></td></tr> <tr style="text-align:center"><td>First Name:</td></tr><tr><td><input type="text" name="name" value="" style="width:160px"></td></tr> <tr><td colspan=2><center></center></td></tr> <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr> </table> </form> <img src="http://forms.aweber.com/form/displays.htm?id=jCxsDMzsDOwMHA==" border="0" /> </center> |
| | |
| | #3 |
| SEO Expert & Author War Room Member Join Date: Feb 2007 Location: Vancouver, WA USA
Posts: 486
Thanks: 201
Thanked 57 Times in 31 Posts
|
I take the code into Dreamweaver and make all the changes you talked about there, very easy to do. I suppose any WYSIWYG html / web program will do. Best, David |
| | |
| | |
| | #4 |
| Took The Red Pill War Room Member Join Date: Apr 2006 Location: Here and Now
Posts: 374
Thanks: 124
Thanked 106 Times in 64 Posts
|
Gene beat me to it. I think your table only needs one column, and not sure whether you wanted the headings centered. Much the same anyway: <table> <tr><td><center><div> </div></center></td></tr> <tr><td>Email:</td><tr> <tr><td><input type="text" name="from" value="" style='width:160px;'></td></tr> <tr><td>First Name:</td></tr> <tr><td><input type="text" name="name" value="" style='width:160px;'></td></tr> <tr><td><center></center></td></tr> <tr><td align="center"><input type="submit" name="submit" value="Submit"></td></tr> </table> Phil |
| | |
| | #5 |
| Ancient&Decrepit Warrior War Room Member Join Date: Jul 2002 Location: South Africa
Posts: 4,378
Thanks: 69
Thanked 167 Times in 23 Posts
|
\Thanks Guys, much appreciated Michael |
| | |
| | |
![]() |
|
| Tags |
| day, html, questions, today |
| Thread Tools | |
| |
![]() |