The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I add mini icons in login and password boxes

3 posters

Go down

Solved How can I add mini icons in login and password boxes

Post by Van-Helsing Mon 3 Feb - 7:14

Good morning dear all,
I want to add icons in the login and passwords boxes like this http://prntscr.com/2p3ss2 my forum version is phpbb2 and my forum link is
Spoiler:

I ve saw that in a forumotion punbb but the selectors are different than my phpbb2.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Sir Chivas™ Mon 3 Feb - 15:53

Hi,

Can you please post the URL of the forum shown in the screenshot?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6963
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Van-Helsing Mon 3 Feb - 15:59

Hi Sir. Chivas,
Yes of course here it is
Spoiler:

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Sir Chivas™ Mon 3 Feb - 16:44

I'll find a way to do this, for now I gotta go out and do somethings, later I'll be on and help you out!
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6963
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Ange Tuteur Tue 4 Feb - 8:07

Hello Dark-Avenger,

Add this to your CSS :
Code:
input[name="username"] {
padding-left:15px;
background-image:url(http://i58.servimg.com/u/f58/18/02/89/19/log111.png);
background-repeat:no-repeat;
}
input[name="password"] {
padding-left:15px;
background-image:url(http://i58.servimg.com/u/f58/18/02/89/19/log1210.png);
background-repeat:no-repeat;
}
td.column input[name="username"], td.column input[name="password"] { margin-left:-15px; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Van-Helsing Tue 4 Feb - 16:55

Hello Ange,
Thank you very much. Its solved.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I add mini icons in login and password boxes

Post by Ange Tuteur Tue 4 Feb - 17:07

You're welcome I love you

Topic solved and archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum