Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2

Thread: sign-up box

  1. #1
    PotsNPans is offline Master Member
    Join Date
    May 2010
    Posts
    517

    Default sign-up box

    How do you put a box on your site through which people can sign up to join your mailing list?

  2. #2
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,083

    Default

    There are some free and paid options available, Here`s one of them;
    First create your bounding box.

    <div class="aweberbox">
    </div><!--aweberbox ends-->

    and then style it by adding some styles to your wordpress “style.css file. This will style the class that you applied to the <div>:

    .aweberbox {
    width: 250px;
    height: 350px;
    background: green;
    }

    This creates the box below:

    Next step, we need to insert the another <div> to hold the Aweber code, then we need to insert the Aweber code and use css code again to position it.

    <div class="aweberbox">
    <div class="aweberform">
    <script src="http://forms.aweber.com/form/11/586476211.js" type="text/javascript"></script>
    </div><!--aweberform ends-->
    </div><!--aweberbox ends-->

    and the css to change the font color and position the form…

    .aweberform {
    color: black;
    width: 200px;
    margin: 0px auto;
    padding: 180px 0;
    }


    You can get the details here
    Make Money Blogging - | Making A Fancy Mailing List Signup Box
    Last edited by suwunk; 2011-04-20 at 10:42 AM.


 

Similar Threads

  1. search box
    By Randy5 in forum How-To
    Replies: 1
    Last Post: 2011-03-10, 08:58 AM
  2. what's your sign?
    By Rusher in forum Off Topic
    Replies: 0
    Last Post: 2011-01-14, 11:09 AM
  3. a sign of the times
    By PotsNPans in forum Off Topic
    Replies: 0
    Last Post: 2010-11-26, 10:26 AM
  4. Google box
    By Rusher in forum Troubleshooting
    Replies: 0
    Last Post: 2010-08-19, 10:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts