How do I put an icon inside a form\'s input element?
The CSS solutions posted by others are the best way to accomplish this.
If that should give you any problems (read IE6), you can also use a borderless input inside of a div.
Not as "clean", but should work on older browsers.