Currently I would like to add a icono
within my textfield
so that the user can see something related to what the field represents.
HTML code:
<input type="text" name="nombre" placeholder=" Add Comment" id="txtnombre_promotor" />
CSS Code:
#txtnombre_promotor {
font-family: 'FontAwesome';
content: "\f007";
}
I have already included in my index.php the reference to fontawesome
and it is the version 4.7.0
Current result:
I think the problem may be due to the placeholder, since if I remove the .css code, the rectangle still looks in my text box and I think that it should be an alcodigo that enters the textfield.