Adjusting the height of my opt in box?

Discussion in 'Customization & add-ons' started by bluenetworx, Mar 16, 2009.

  1. bluenetworx

    bluenetworx New Member

    Joined:
    Feb 6, 2009
    Messages:
    21
    Hi,

    I am trying to make the height of my sign up box smaller on the
    thank.html page and am having difficulties. I am using the Aweber plugin.

    I have managed to adjust the width with no problems, but not the
    height.

    Below is a sample of the code:

    {if function_exists('aweber_deleted') }
    <strong>#_TPL_THX_AWEBER#</strong>
    <br /><br />
    <table width="25%" height="100" border="{if $config.protect.aweber.formborder}{$config.protect.aweber.formborder|escape}{else}0{/if}" cellspacing="5" cellpadding="5" align="center" bordercolor="{if $config.protect.aweber.formbordercolor}{$config.protect.aweber.formbordercolor|escape}{else}#FFFFFF{/if}" bgcolor="{if $config.protect.aweber.formbgcolor}{$config.protect.aweber.formbgcolor|escape}{else}#FFFFFF{/if}">
    <tr>
    <td><fo

    I adjusted the width to "25%" and it worked fine, but when I adjust the
    height to say 50 nothing changes.

    Can someone point me in the right direction.:) I am not a programmer...lol..

    Cheers
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I think using a css style= tag may work better for you- using height:20px; for example. Do a google search for css text form box height.

    David

Share This Page