Adjusting the size of input boxes username and password in FrontEnd User Module
Posted: Mon Feb 19, 2007 9:27 pm
Hello,
I want to adjust the size of the input boxes for the username and password of the Front End User module. There has to be a parameter that affects the size, but I can't find it.
In the source code of the generated page I find the box with fixed "size=20"
But in the Login Template of the FrontEnd User Management I don't find any html or css code that refers to the size of the input boxes {$input_username} or {$input_password}
Can somebody give me a hint or tip where to adjust the size of these input boxes?
Thanks.
Piet.
URL to the specs of my site: http://www.vksjsintlieven.be/index.php?page=system-info
I want to adjust the size of the input boxes for the username and password of the Front End User module. There has to be a parameter that affects the size, but I can't find it.
In the source code of the generated page I find the box with fixed "size=20"
Code: Select all
<input type="text" name="m4input_username" id="m4input_username" value="" size="20" maxlength="20" />
Code: Select all
<!-- Login form template -->
<font size="-1">
{$startform}
{if $error}
{$error}<br>
{/if}
<p>{$prompt_username} {$input_username} {$prompt_password}
{$input_password}<br/>
{if isset($captcha)}
{$captcha_title}: <input type="text" name="captcha_phrase" /><br />
{$captcha}<br />
{/if}
{$input_submit}<br />
{$endform}
</font>
<!-- Login form template -->
Thanks.
Piet.
URL to the specs of my site: http://www.vksjsintlieven.be/index.php?page=system-info