Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 04-06-2009, 12:13 PM   #1
Ancient&Decrepit Warrior
War Room Member
 
Michael Tracey's Avatar
 
Join Date: Jul 2002
Location: South Africa
Posts: 4,378
Thanks: 69
Thanked 167 Times in 23 Posts
Default Thanks Problem Sorted

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>&nbsp;</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

Michael Tracey is offline   Reply With Quote
Old 04-06-2009, 12:35 PM   #2
Gene Yarbrough
War Room Member
 
Join Date: Oct 2005
Location: Northern Virginia
Posts: 558
Thanks: 31
Thanked 56 Times in 40 Posts
Contact Info
Send a message via Skype™ to gyar29
Default Re: Today's my day for asking questions: Need help with some HTML

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>&nbsp;</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>
Gene
gyar29 is offline   Reply With Quote
Old 04-06-2009, 12:40 PM   #3
SEO Expert & Author
War Room Member
 
JustaWizard's Avatar
 
Join Date: Feb 2007
Location: Vancouver, WA USA
Posts: 486
Thanks: 201
Thanked 57 Times in 31 Posts
Social Networking View Member's Twitter Profile 
Default Re: Today's my day for asking questions: Need help with some HTML

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

JustaWizard is offline   Reply With Quote
Old 04-06-2009, 12:43 PM   #4
Took The Red Pill
War Room Member
 
xiaophil's Avatar
 
Join Date: Apr 2006
Location: Here and Now
Posts: 374
Thanks: 124
Thanked 106 Times in 64 Posts
Contact Info
Send a message via Skype™ to xiaophil
Default Re: Today's my day for asking questions: Need help with some HTML

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>&nbsp;</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
xiaophil is offline   Reply With Quote
Old 04-06-2009, 12:55 PM   #5
Ancient&Decrepit Warrior
War Room Member
 
Michael Tracey's Avatar
 
Join Date: Jul 2002
Location: South Africa
Posts: 4,378
Thanks: 69
Thanked 167 Times in 23 Posts
Default Re: Today's my day for asking questions: Need help with some HTML

\Thanks Guys, much appreciated

Michael

Michael Tracey is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
day, html, questions, today

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:25 AM.