Forum Moderators: not2easy
I assume that you are trying to put a Font Awesome icon in the placeholder attribute. ;)
If that assumption is correct, then here is an example - ( using the envelope icon )...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">
<title>untitled document</title>
<style media="screen">
#email {
padding-left: 0.5em;
font-family: FontAwesome;
}
</style>
</head>
<body>
<input id="email" type="email" name="email" placeholder=" E-mail">
<script src="http://email.tl.fortawesome.com/c/eJxNjUEOgyAURE-jS_I_IMqCRUn0HgKfaKvSCNbrl-6azGJmknkTTCAVqG9XwwF7kIDIQcuBdVyLgdXAOzZaO9nRPhoJZWMxnWW-KaedmE97uxgNHHuBWjkfZ17NAE6gd2EA4hhdu5mllHduxKPhU9WVqWKOf0xtowraIQip2DO3p_EplYXmUG_vtZRMR8BOsngSZTo_vxm7Xl8hWTsx"></script>
</body>
</html>
Obviously, the javascript link is only there for the sake of this example. :)
content:""; content:""