I have an HTML input field like this. I would like to place an image inside the textbox on the right side. Can someone help me out with its CSS for that?
You can add class to your input
and then background image to class in css
.inputImage { background:#FFFFFF url('img.jpg') no-repeat top right; }