2009-11-25, 08:21 AM
how do i customize the login box? it's driving me insane. i can't find the template. i tried index_loginform, ungrouped>loginbox. nothing works.
from index_loginform
i would also like to customize the style of the login button. is it possible?
from index_loginform
<br /><br />
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<span class="smalltext"><strong>{$lang->quick_login}</strong></span>
<input type="text" class="textbox" style="width:85px" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="if(this.value == '{$lang->login_username}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_username}'; }" />
<input type="password" class="textbox" style="width:85px" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="if(this.value == '{$lang->login_password}') { this.value=''; }" onblur="if(this.value=='') { this.value='{$lang->login_password}'; }" />
{$gobutton}
</form>
i would also like to customize the style of the login button. is it possible?