FrontEnd User is giving me trouble:
Code: Select all
<!-- Login form template -->
<font size="-2">
{$startform}
{if $error}
{$error}<br>
{/if}
<p>{$prompt_username} {$input_username}<br>{$prompt_password}
{$input_password}<br/>
{if isset($captcha)}
{$captcha_title}: {$input_captcha}<br />
{$captcha}<br />
{/if}
{$input_submit}<br />
<p id="login">{$link_forgot}</p>
<a href="index.php?page=join"><img src="uploads/images/join.gif" width="50" height="37" border="0" /></a>
{$endform}
</font>
<!-- Login form template -->
Code: Select all
p#login a {
display:block;
background-image: url(uploads/images/name.gif);
height: 38px;
width: 100px;
}
I placed button, but i CAN'T remove text "Forgot Your Password?" As it is added by default. Does anyone knows how to do this ?
And.. I can't make those 2 to reside one by other....
In order to define the button for forget password I hade to place tag, but that put "join" button in next line... how to fix this via CSS ?? Is there some "inline" tag or something to add so the tag is nullified

Thanks for help