How to put pictures on registerr
Description
Hi today I made a simple css with which you can add images to the register as the name, email, see code below ...
![[Css] How to put pictures on register Scree299](https://i.servimg.com/u/f47/16/67/92/35/scree299.jpg)
Set up
Go to your Admin Panel > Display > Pictures and Colors > Colors > CSS Stylesheet, add this code and save!
- Code:
#username_reg {
background: #fff url ("image") center left no-repeat;
padding-left: 20px;
}
#email {
background: #fff url("image") center left no-repeat;
padding-left: 20px;
}
#password_reg {
background: #fff url("image") center left no-repeat;
padding-left: 20px;
}
Technical problems
![]() | For every problem or question please, contact us in the section Support for the tutorials, The staff will answer you as soon as it is possible... |
Friendly,
The team of the Forum of Codes.
Last edited by Paulos on Sat Apr 07, 2012 8:15 pm; edited 1 time in total