rob2 Posted January 22, 2012 Share Posted January 22, 2012 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 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted January 22, 2012 Share Posted January 22, 2012 Did you view the source of the page and make sure your edits are actually there? It could be invalid, the size/width might be being overridden with a style, etc. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.