Quote:
Originally Posted by LouiseWilson
yes this works with 4.2.x
however slight code change I would add the following
Code:
<img style="position: relative; top: 6px;" img src="./images/icons/username.png" alt="Username" />
changing the 6px to the height of the image
|
Or
add into additional.css
Code:
.logindetails img{
position: relative;
top: 7px;
padding-right: 2px;
}
And just to keep going
image for Register
PHP Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">
[add This Here]
<img src="./images/misc/reg.png" alt="Register" />
[/add This Here]
{vb:rawphrase register}</a></li>
</vb:if>
image for Help
PHP Code:
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">
[add This Here]
<img src="./images/misc/help.png" alt="Help" />
[/add This Here]
{vb:rawphrase help}</a></li>