• Hello,

    I am trying to get my email sign-up to be above the fold on our website, but the table isn’t cooperating with me. My site is http://www.webrevmarketing.com

    Does anyone have any suggestions as to what I could do to shrink the height to make it all above the fold? My table manipulations don’t seem to be having an affect.

    Here is the code for the table:

    <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="listname" value="XXXXXX" />
    <input type="hidden" name="redirect" value="http://www.webrevmarketing.com/thank-you/" />
    <input type="hidden" name="meta_adtracking" value="custom form" />
    <input type="hidden" name="meta_message" value="1" />
    <input type="hidden" name="meta_required" value="name,email" />
    <table>
    <tr height="20"><td  width="960" colspan=6><center><p><span style="font-family: SansationBold; font-size:19px; color:#666;">Join The Online Revolution Now & Get Your<span style="color:#de5817;border-bottom:1px dashed #de5817;"> FREE (15+ PAGE) WEBSITE AUDIT!</span></span></p></center></td>
    </tr>
    <tr height="20"><td  width="960" colspan=6><center><p><span style="font-family: SansationBold; font-size:16px; color:#666;">Uncover the Hidden Tips & Tricks to Drive Massive Traffic, Leads & Sales.</span></p></center></td>
    </tr>
    <tr ><td width="180" height="30"></td>
    <td width="50" height="30">Name:</td><td width="205"><input type="text" name="name" value="" size="25"></td>
    <td width="50" height="30">Email:</td><td td width="205"><input type="text" name="from" value="" size="25"></td>
    <td height="30"><input type="submit" name="submit" value="JOIN NOW" size="15"></td></tr>
    </table>
    </form>

    Thank you so much for your help in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting Help’ is closed to new replies.