I currently have a series of input field boxes which are numerical based. The trouble I am having is adding a \'%\' symbol at the end of each box. Ultimately i want the % sy
Here you go
.valuePadding { border: 1px inset #ccc; } .valuePadding input { border: none; padding:0px; outline: none; }
%