Jump to content

how can i modify the register.php style ?


rob2

Recommended Posts

Hi,

 

i know i need to modify the clientregister.tpl,

 

but when i modify it from

 

<tr>

<td width="150" class="fieldarea">{$LANG.clientareafirstname}</td>

<td><input type="text" name="firstname" size="30" value="{$clientfirstname}" /></td>

</tr>

<tr>

<td class="fieldarea">{$LANG.clientarealastname}</td>

<td><input type="text" name="lastname" size="30" value="{$clientlastname}" /></td>

</tr>

 

 

to

 

 

<tr>

<td width="100" class="fieldarea">{$LANG.clientareafirstname}</td>

<td><input type="text" name="firstname" size="10" value="{$clientfirstname}" /></td>

<td class="fieldarea">{$LANG.clientarealastname}</td>

<td><input type="text" name="lastname" size="30" value="{$clientlastname}" /></td>

</tr>

 

 

but it can not show as my attachment,

 

i hope one raw has two fields,

 

can anyone tell me how to modify the code ?

 

 

 

thank you

ff.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated