0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

HTML Table help

    • k3vmo's Avatar
    • k3vmo
    • Sr. Rocketeer
    • Posts: 145
    • Thanks: 2

    HTML Table help

    Posted 13 years 1 month ago
    • I need to use the code at the bottom, but am limited in the space I can put this. I wanted to stack the fields on top of each other having Email first, zip code below, and the JOIN button at the bottom, but I can't figure out the order for the table tags to do so.

      The form is as follows. Any help is greatly appreciated !
      <html> 
       
      <head> 
      </head>
       
      <body bgcolor="black"; text="white">
       
       
      <style>.nmbt_js th { display:none }</style>
      <script src="http://www.nimbitmusic.com/nrp/includes/javascript/email_signup/open_nmbt_zip_form.js"></script>
       
      <form id="nmbt_zip_form" target="_blank" method="post" action="http://www.nimbitmusic.com/nrp/controllers/artist_subscriber.php">
      <input type="hidden" name="artist_id" value="2036363"/>
      <input type="hidden" name="confirm"   value="0"/>
      <input type="hidden" name="digital_id" />
      <input type="hidden" name="hash"     />
      <table cellpadding="1" cellspacing="1" border="0">
      <tr>
        <th>enter your email</th><th>zipcode</th><th></th>
      </tr>
      <tr>
        <td><input type="text"   name="email_address"     style="width:120px;" id="nmbt_email"/></td>
        <td><input type="text" name="post_code" style="width:60px;" id="nmbt_zip"/></td>
        <td><input type="submit" name="join" value="Join" style="width:60px;"  id="nmbt_join"/></td>
      </tr>
      </table>
      </form>
      <script src="http://www.nimbitmusic.com/nrp/includes/javascript/jquery.js"></script>
      <script src="http://www.nimbitmusic.com/nrp/includes/javascript/email_signup/close_nmbt_zip_form.js"></script>
       
      </body>
       
      </html>
    • - - It is a rough road that leads to greatness.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: HTML Table help

    Posted 13 years 1 month ago
    • My suggestion would be to use some visual HTML editor to layout your the way you want it and after that add form logic to the result HTML source
    • Check my services at: Mihha-Vision

Time to create page: 0.055 seconds