![]() | | ||||||||
| | #1 |
| Senior Warrior Member War Room Member Join Date: Jun 2007 Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
|
hi, i was wondering do you a place to download cool moving red arrows (gif file) to increase conversion? also, does anyone know how to make the optin button to turn from RED TO GREEN when you move the mouse button near it? (I have seen this with many pages...and it looks very cool) thanks BJ |
| | |
| | |
| | #2 |
| Wordsmith War Room Member Join Date: Jul 2003 Location: , , USA.
Posts: 2,530
Thanks: 260
Thanked 621 Times in 320 Posts
| |
| There is still nothing for sale here but a person with some imagination and a sense of humor might have a bit of fun at http://www.facebook.com/pages/DucTales/195406083832415 | |
| | |
| | #3 |
| BetterPLR.com War Room Member |
I don't have a moving arrow but there are a ton of cool graphics here which is where I got my arrow from: The online royalty free clipart 17439 - vector clip art online, royalty free & public domain As for how to do the red green thing, why not just view source and take a look? |
| | |
| | |
| | #4 |
| Senior Warrior Member War Room Member Join Date: Jun 2007 Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
|
hey...thanks! does ANYONE know how to get that ORDER BUTTON to turn from RED to GREEN? just like http://www.actionpopup.com what software or script do you have to use? i would want to pay for that or find out how to do it... bj |
| | |
| | |
| | #5 |
| I have a lame list. War Room Member Join Date: Jul 2008 Location: One Second into the Future
Posts: 4,256
Blog Entries: 1 Thanks: 811
Thanked 2,176 Times in 1,003 Posts
| |
| Click here for the MOST FUN PRODUCT CREATION GUIDE for Procrastinators since forever. Dan's content is irregularly read by handfuls of people. Join the elite few by reading his blog: dcrBlogs.com or following him on Twitter: dcrTweets.com but NOT by Clicking Here! ----------> [Free WSO] The Lamest WSO in the History of the Warrior Forum ☺ <---------- | |
| | |
| | #6 |
| Advanced Warrior War Room Member Join Date: Jan 2007 Location: , , .
Posts: 501
Thanks: 14
Thanked 19 Times in 16 Posts
|
Like someone said above, take it from the source code: <div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center"> <tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'"> <input type="submit" style="width:100%; cursor ointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" value="Get Action PopUp for $27!" name="submit"></td></tr></table></div> Just change the value with what you want your button to say... and of course, you'll have to direct it to the page you want. |
| | |
| | #7 |
| Senior Warrior Member War Room Member Join Date: Jun 2007 Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
|
really cool man...does anyone know how to use this with the AWEBER BUTTON?
|
| | |
| | |
| | #8 |
| Senior Warrior Member War Room Member Join Date: Jun 2007 Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
|
how do you make it REDIRECT? for example...if you want that code to redirect to domain.com, how would that code above look like? |
| | |
| | |
| | #9 |
| Defending Floors War Room Member Join Date: Apr 2005 Location: , , USA.
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
|
As PopStar said... "just change the value with what you want your button to say." Enclose the Aweber Button inside the table cell "<td>" as the input button is shown in the example above and you'll get the same effect. <td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'"> <input type="submit" ###and the rest of your Aweber button variables here###></td> |
| | |
| | |
| | #10 |
| Senior Warrior Member War Room Member Join Date: Jun 2007 Location: Los Angeles, CA
Posts: 1,675
Thanks: 148
Thanked 36 Times in 19 Posts
|
sorry for being a tech dummie this is my HTML code for my AWBER CODE (full) <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new"> <input type="hidden" name="meta_web_form_id" value="1755540765"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="lotterymethod00"> <input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295"> <input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm"> <input type="hidden" name="meta_adtracking" value="lotterymethod.com"> <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>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr> <tr><td align="center" colspan="2"><input type="submit" name="submit" value="YES! I Want In! >>"></td></tr> <tr><td colspan=2><center></center></td></tr> </table> </form> <img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /> </center> so what part or (everything) do i paste to that above code? |
| | |
| | |
| | #11 | |
| Active Warrior War Room Member Join Date: Aug 2008 Location: Villa Park, Illinois, USA.
Posts: 68
Thanks: 28
Thanked 8 Times in 8 Posts
| Quote:
Yes, everything ![]() Basically, your AWeber form code remains the same, except that the <input type="submit" ...> is replaced by the code (above) given by Popstar. So, breaking it up so it is easier to see what's happening: This is the start of the code and it is exactly as you provided your AWeber form code: HTML Code: <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new"> <input type="hidden" name="meta_web_form_id" value="1755540765"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="lotterymethod00"> <input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295"> <input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm"> <input type="hidden" name="meta_adtracking" value="lotterymethod.com"> <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>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr> <tr><td align="center" colspan="2"> <img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center> Remove the AWeber submit button code: Code: <input type="submit" name="submit" value="YES! I Want In! >>"> Replace it with the code (above) given by Popstar: (remember to edit the text you want to show in the button) HTML Code: <div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center"> <tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'"> <input type="submit" style="width:100%; cursorointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" value="YES! I Want In! >>" name="submit"></td></tr></table></div> Finish with the remainder of the code from your original AWeber code. HTML Code: </td></tr> <tr><td colspan=2><center></center></td></tr></table></form> <img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center> Then just paste the three pieces of code together: HTML Code: <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new"> <input type="hidden" name="meta_web_form_id" value="1755540765"> <input type="hidden" name="meta_split_id" value=""> <input type="hidden" name="unit" value="lotterymethod00"> <input type="hidden" name="redirect" value="http://www.lotterymethod.com/0/page02.htm" id="redirect_12f6746b58636221785b1c2f98256295"> <input type="hidden" name="meta_redirect_onlist" value="http://www.lotterymethod.com/0/page02.htm"> <input type="hidden" name="meta_adtracking" value="lotterymethod.com"> <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>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr> <tr><td>Your Email:</td><td><input type="text" name="from" value="" size="20"></td></tr> <tr><td align="center" colspan="2"> <!-- --> <div align="center"><table border="0" cellspacing="0" cellpadding="5" align="center"> <tr><td nowrap style="background:#ce0000" onMouseDown="this.style.backgroundColor='#ce0000'" onMouseOver="this.style.backgroundColor='#009900'" onMouseOut="this.style.backgroundColor='#ce0000'"> <input type="submit" style="width:100%; cursorointer; cursor:hand; font-family:Tahoma, Verdana; font-size: 16pt; font-weight:bold; letter-spacing: -1; height:40px;" value="YES! I Want In! >>" name="submit"></td></tr></table></div> <!-- --> </td></tr> <tr><td colspan=2><center></center></td></tr></table></form> <img src="http://forms.aweber.com/form/displays.htm?id=jOysrKwsDOxsrA==" border="0" /></center> | |
| | |
| | #12 |
| HyperActive Warrior Join Date: Jan 2009 Location: Ottawa, Canada
Posts: 285
Thanks: 64
Thanked 7 Times in 7 Posts
|
Thank you for your post productcreator, will be using these not only on my sales pages, but adding to youtube vids as well! Many thanks!
|
| | |
| | |
![]() |
|
| Tags |
| arrows, download, gif, moving, red |
| Thread Tools | |
| |
![]() |