I am using bootstrap by default textbox taking full width of column and I want to put search icon at the end to textbox.
My code is like this:
Here's the CSS for the image on the left:
#funkystyling { background: white url(/path/to/icon.png) left no-repeat; padding-left: 17px; }
And here's the CSS for the image on the right:
#funkystyling { background: white url(/path/to/icon.png) right no-repeat; padding-right: 17px; }