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