• Hello,

    I am trying to install a subscription form on my site Link to site

    I am trying to get it to center but nothing I have tried works. I also wanted the “Get Info” submit button to be at the end of the email input box so it’s all on one line. Any help you can give me is most appreciated.

    Thank you!

    Here is the code:

    <!-- BEGIN TrafficWave.net AutoResponder Capture Form - BUILD 11121601 [CUSTOM FORMID: 21056]-->
    <center><div id="TRWVLCPDiv" style="text-align: left; width: 400px; font-size: 18px;">
    <form id="TRWVLCPForm" action="https://www.trafficwave.net/cgi-bin/autoresp/inforeq.cgi" method="POST" name="TRWVLCPForm"><input name="trwvid" type="hidden" value="ikantdanz" /><input name="series" type="hidden" value="ezineempire" /><input name="subscrLandingURL" type="hidden" value="http://ezineempire.com/thank-you-for-your-request/" /><input name="confirmLandingURL" type="hidden" value="http://ezineempire.com/thank-you/ " /><input name="langPref" type="hidden" value="en" />
    <table class="LCPdataForm" style="width: 100%; font-size: 18px;">
    <tbody>
    <tr>
    <td style="padding: 0px;" width="15%">Email</td>
    <td style="padding: 0px;"><input id="da_email" style="width: 100%;" name="da_email" type="text" /></td>
    </tr>
    </tbody>
    </table>
    <input id="TRWVSubM" style="font-size: 18px;" type="submit" value="Get Info" /></form>
    <div style="font-size: 11px; padding: 2px;" align="center"><a title="Email Marketing" href="http://www.trafficwave.net/members/ikantdanz" target="_blank">Email Marketing</a> by TrafficWave.net</div>
    </div>
    <!-- END TrafficWave.net AR Capture Form - BUILD 11121601 [CUSTOM FORMID: 21056]-->
    <p>&nbsp;</p></center>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Add to custom CSS to center the form

    #TRWVLCPDiv{
    position: relative;
    margin: 0px auto;
    }

    The button is outside the table thus you will have to modify the HTML code.

    Thread Starter vlgee

    (@vlgee)

    Thank you for your prompt reply. Where do I add the custom CSS? In the text box with the other code I posted above?

    Unfortunately, I know very little HTML, so I not sure how to modify it for the submit button.

    Thanks so much,
    Vicki

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Subscription Form Won’t Center’ is closed to new replies.