Author Topic: Register form NEED HTML HELP  (Read 6859 times)

0 Members and 1 Guest are viewing this topic.

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Register form NEED HTML HELP
« on: February 26, 2009, 08:01:25 PM »
hi i edited the register form file for birthday mod i cant get it to line up rite i mean it works but its not that neat the way its suppose to be i cant get it to fix :( can someone help me here is my register form.html code

Code: [Select]
{lang_register_msg}
<form method="POST" action="{url_register}">
  <table width="100%" border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td valign="top" class="head">
        <table width="100%" border="0" cellpadding="4" cellspacing="0">
          <tr>
            <td colspan="2" valign="top" class="head" background="{template_url}/images/nav.gif">{lang_register}</td>
          </tr>
          <tr>
            <td class="cat1"><b>{lang_user_name}</b></td>
            <td class="cat1"><input type="text" name="user_name" size="30" value="{user_name}" class="input" /></td>
          </tr>
          <tr>
            <td class="cat2"><b>{lang_password}</b></td>
            <td class="cat2"><input type="password" name="user_password" size="30" class="input" /></td>
          </tr>
          <tr>
            <td class="cat1"><b>{lang_email}</b></td>
            <td class="cat1"><input type="text" name="user_email" size="30" class="input" value="{user_email}" /></td>

            <!--  Birthday Mod     -->
          <tr>
             <td class="cat1"><b>{lang_birthday}</b></td>
             <td class="cat1"><table>
                      <tr>
                          <td>{lang_day}</td>
                          <td>{lang_month}</td>
                          <td>{lang_year}</td>
                      </tr>

                      <tr>
                           <td><select name="user_birthday_day">{birthday_day_options} </select></td>
                           <td><select name="user_birthday_month">{birthday_month_options}</select></td>
                           <td><input class="input" name="user_birthday_year" value="{user_birthday_year}" maxlength="4" size="5" type="text">
                           </td>
                      </tr>

            {if captcha_registration}
          <tr>
            <td class="row1" valign="top"><b>{lang_captcha}</b></td>
            <td class="row1">
              <a href="javascript:new_captcha_image();"><img src="{url_captcha_image}" border="0" id="captcha_image" /></a> <br />
              <input type="text" name="captcha" size="30" value="" class="commentinput" id="captcha_input" />
              <br />
              {lang_captcha_desc}
            </td>
          </tr>
          {endif captcha_registration}
          </tr>
        </table>
      </td>

    </tr>
  </table>
  <input type="hidden" name="action" value="register" />
  <p align="center">
    <input type="submit" value="{lang_submit}" class="button" />
    <input type="reset" value="{lang_reset}" class="button" />
  </p>
</form>


The birthday line and capcha line are in like one line :( i need to  make it look neat like on 2 rows instead of capcha and brithday in same row

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Register form NEED HTML HELP
« Reply #1 on: February 26, 2009, 09:08:06 PM »
... close your table after "Birthday Mod" ...
... you know how ... </tr></table> ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: Register form NEED HTML HELP
« Reply #2 on: February 27, 2009, 12:14:10 AM »
thanks a lot mawenzi it worked thanks bro for your time its perfect now and looks neat...

before it was a mess lol now it looks sharp thanks