Hi everyone This will be easy for most of you. I need to add an aweber form (html code below) to the top right header replacing the "simple machines logo" on the following forum: www.ufesuccess.com/forum The first person to revise the code (see attached) for this addition will receive $5 via paypal. Thanks The aweber code is: <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="1596268489"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="ufesuccess"> <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039"> <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><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr> <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Last Name:</td><td><input type="text" name="custom Last" 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><div><font size="2">We will never sell your email address</font></div></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=jKycbExsHCwcnA==" border="0" /> </center> Code (markup):
didn't work...the form needs to be align right....it's in the center right now... ufesuccess.com/forum
Try this out: <div style="float:left; width:350px;"><img src="http://ufesuccess.com/forum/logo.png" alt="My Community" border="0" /></div> <div style="float:right;> <form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="1596268489"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="ufesuccess"> <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039"> <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><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr> <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Last Name:</td><td><input type="text" name="custom Last" 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><div><font size="2">We will never sell your email address</font></div></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=jKycbExsHCwcnA==" border="0" /></div> <div style="clear:both;"> </div> HTML:
It almost worked. I had to remove the left logo in the code (two left logo's were showing), but the right hand form is still off....see www.ufesuccess.com/forum
Plz. post the code as given by me. Just take off the img link which comes below the form code. In other words: The first code should be for the logo (div) - so that it would align towards left The second should be for the form - so that it would align towards right div style="clear:both" would clear these floats so that the elements following this code will not be affected by these floats.
Ok here it is (there is no change in my code) But you will have to remove the img link (for the logo) which appears below the form code (to avoid duplicate) because you can see its in the very first line in my code. <div style="float:left; width:350px;"><img src="http://ufesuccess.com/forum/logo.png" alt="My Community" border="0" /></div> <div style="float:right;> <form method="post" action="http://www.aweber.com/scripts/addlead.pl"> <input type="hidden" name="meta_web_form_id" value="1596268489"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="ufesuccess"> <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039"> <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><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr> <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Last Name:</td><td><input type="text" name="custom Last" 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><div><font size="2">We will never sell your email address</font></div></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=jKycbExsHCwcnA==" border="0" /></div> <div style="clear:both;"> </div> HTML:
Everytime I try and delete the img tag as you directed I get a parse error. Can you please post the "whole page" code so that I don't have to make any changes myself. Thanks Phil
I finally got it to work. krishmk please send me you PP email and I'll send you the $5. Thanks thread Closed