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 11-08-2008, 11:55 AM   #1
Glen Kirkham
Guest
 
Posts: n/a
Default Web Design : Graphical Opt-ins

Hey folks

I'm in the process of setting up a new website which I created in photoshop.
I've done the graphic design for an optin box which I intend to connect to Aweber.

Whats the best way of creating a graphical optin box and how do you allow users to enter data into it on your site ???

Many thanks for your help

G
  Reply With Quote
Old 11-08-2008, 12:08 PM   #2
HyperActive Warrior
 
Join Date: Mar 2005
Location: MO, USA.
Posts: 295
Thanks: 19
Thanked 16 Times in 13 Posts
Default Re: Web Design : Graphical Opt-ins

Hi Glen,

You need to define the graphic as a background in your HTML so your
autoresponder form will be in front (or on top) of the graphic.

Then just paste your autoresponder code into your HTML so that it
shows up on the opt-in graphic that you set as a background.

You can get some graphics with opt-in boxes here if you'd like to see
how it works - they're free.


Lynn
Lynn Stivers is offline   Reply With Quote
Old 11-08-2008, 01:58 PM   #3
Blogsmith
War Room Member
 
Rajul kaushik's Avatar
 
Join Date: Aug 2008
Location: Dubai
Posts: 624
Thanks: 43
Thanked 59 Times in 50 Posts
Contact Info
Send a message via Yahoo to Rajul kaushik Send a message via Skype™ to Rajul kaushik
Default Re: Web Design : Graphical Opt-ins

Glen,
There's a warrior by the name seree: check out his wso.
It's awesome and is very affordable. It has good amounts of opt-in options and I am sure u'll like them. They are impressive if not out of the world awesome:-)
Go to: http://www.warriorforum.com/warrior-...free-plug.html
All the best.

Rajul kaushik is online now   Reply With Quote
Old 11-08-2008, 02:06 PM   #4
HyperActive Warrior
War Room Member
 
blokh's Avatar
 
Join Date: Apr 2008
Location: Long Branch, NJ, USA.
Posts: 280
Thanks: 8
Thanked 20 Times in 14 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Web Design : Graphical Opt-ins

Hey

The users can not enter information on the graphic (as you know) so the best bet is to make the background in photoshop and paste the optin text boxes on it from the aweber code. You can use your graphic submit button by changing :

<input type="submit" value="Submit Form">

TO

<input type="image" src=".../path to image">

------------

You can also modify the text boxes that you get from aweber code to make them look different:

<input type="text" name="name" style="font-face:Arial;background-color:Blue;height:20px; font-size:15px;"> and so on ...

Good Luck

Raakesh (Blokh)
Raakesh.com - My Web Presence. All about me and my products.
LongTailMagic.com - Analytics Software helps you track actual search terms and other visitor information.
InstantLP.com - Generate high Quality Score landing pages with just a few clicks.
blokh is offline   Reply With Quote
Old 11-08-2008, 02:28 PM   #5
Glen Kirkham
Guest
 
Posts: n/a
Default Re: Web Design : Graphical Opt-ins

Thanks for the quick reply.

I have just downloaded your headers, they are fantastic....
How can i nudge it left and right in dreamweaver??

Thanks

Glen
  Reply With Quote
Old 11-08-2008, 03:24 PM   #6
HyperActive Warrior
 
Join Date: Mar 2005
Location: MO, USA.
Posts: 295
Thanks: 19
Thanked 16 Times in 13 Posts
Default Re: Web Design : Graphical Opt-ins

Hi Glen,

I'm glad you like the headers - thank you.

To be honest I'm not familiar with Dreamweaver but if you can view the HTML you should see where the sizes and alignments are defined.

Use a copy of the original in case something gets messed up and then tweak the HTML until the page starts looking the way you want it to look.

If you only make one change at a time you can see if it's ok or not and if it isn't undo the change and try something else. Believe it or not that's how I learned HTML.


Lynn

Last edited by Lynn Stivers; 11-08-2008 at 03:25 PM. Reason: corrected spelling
Lynn Stivers is offline   Reply With Quote
Old 11-08-2008, 04:48 PM   #7
Senior Warrior Member
War Room Member
 
jan roos's Avatar
 
Join Date: Jan 2008
Location: USA.
Posts: 2,172
Thanks: 473
Thanked 543 Times in 248 Posts
Contact Info
Send a message via Yahoo to jan roos Send a message via Skype™ to jan roos
Default Re: Web Design : Graphical Opt-ins

Lynn I also ordered your headers and I bought the matching graphics. Looking forward on learning how to install them on my site.Very nice graphics

Regards

jan roos is offline   Reply With Quote
Old 11-08-2008, 05:14 PM   #8
Glen Kirkham
Guest
 
Posts: n/a
Default Re: Web Design : Graphical Opt-ins

Do I get a comission on that Lynne ???? :-P

I've got my page ready complete graphical opt in box ready and inserted my Aweber fields in my HTML editor but I'm having real difficulty aligning the Aweber text fields up into the background main page....

I'm using Dreamweaver and NVU so I know I've got the tools.... I've tried resizing, indenting, spacing etc with no luck....

Grrrrrrrr....

Cheers for all your help :-)

G
  Reply With Quote
Old 11-08-2008, 06:04 PM   #9
HyperActive Warrior
 
Join Date: Mar 2005
Location: MO, USA.
Posts: 295
Thanks: 19
Thanked 16 Times in 13 Posts
Default Re: Web Design : Graphical Opt-ins

Jan,
Thank you - I appreciate it! If you have any questions about anything just let me know.




Glen,

Are you pasting ALL of the code that Aweber gives you for a form? If so then that's probably your problem - here's why...

The autoresponder code that Aweber and other services give you includes a table for it to be in, text boxes for the name and email, and a submit button.

You don't need those elements for these headers because they're already included and resized to fit. All you need to do is copy the "values" from your autoresponder code (the parts that identify it as yours - user ID, autoresponder name or number etc.) and paste it into the designated places in the autoresponder code included with the graphics.

You also need to copy and paste the URL of the page you want your autoresponder to forward your subscribers to and the URL for it to post to - usually at the top of the code.

In other words - the only parts of your autoresponder code that you should be pasting into the HTML are the parts that identify it as yours and the parts that make it work.

All of that info should be marked in the HTML with comments - (comments are between these... <-- -->).

I hope that helps.


Lynn
Lynn Stivers is offline   Reply With Quote
Old 11-09-2008, 11:17 AM   #10
Glen Kirkham
Guest
 
Posts: n/a
Default Re: Web Design : Graphical Opt-ins

Ok... We're all ready to go except one minor issue... The button doesn't work... But here it is for you, let me know what you think:

Untitled Document

I have actually bought the domain at the top of the page.. I will upload it there once it's glitch free :-)

Compare that to the front end i've been using since money-legends came online

Money-Legends.com - Changing Financial Destinies Since 2005

I think this is a real step forward to increasing conversions...

The whole button issue... which part of the code from Aweber am I taking and where do i assign it in Dreamweaver ?

Think outsourcing may be a good idea for future projects..

I look forward to your feedback :-)

Cheers

Glen
  Reply With Quote
Old 11-09-2008, 11:19 AM   #11
Glen Kirkham
Guest
 
Posts: n/a
Default Re: Web Design : Graphical Opt-ins

P...S.... Lynn, That optin graphic I got from your website works a real charm :-)
  Reply With Quote
Reply

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

Tags
design, graphical, optin box, optins, web, wedesign

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 07:54 AM.