Вообщем на сайте стояла не красивая форма входа...Решил его сделать красивее...Добавил рядом картинки. А получилось вот так:
Code
<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>
<?if($ERROR$)?><div style="color:red;text-align:center;">$ERROR$</div><?endif?>
<div style="float:right; margin-top:2px;"><a class="PersonalLink" href="$REMINDER_LINK$">Забыл пароль</a> <span style="margin:0px 4px 0px 3px; font-size:10px;"><b>·</b></span> <a class="PersonalLink" href="$REGISTER_LINK$">Регистрация</a></div>
<div style=" margin:-3px 0px -3px 0px;">
<img src="/icons/login.png"><input class="loginField" type="text" name="user" value="" size="20" style="width:180px;" maxlength="50" />
<img src="/icons/pass.png"><input class="loginField" type="password" name="password" size="20" style="width:180px; margin-left:4px;" maxlength="15" />
<input class="loginButton" name="sbm" type="submit" value="Войти"/>
</div>
<?if($PAGE_ID$="login")?></div><?endif?>
Вот сам код.
Вопрос, как спустить картинки на уровень с полем ввода?