How do I put an icon inside a form\'s input element?
You can try this:
input[type='text'] { background-image: url(images/comment-author.gif); background-position: 7px 7px; background-repeat: no-repeat; }