I am wanting a text field that has a cursor that starts a few px (say maybe 4) in from the left-hand side. I know it can be done if you make the text field to size using padding, but I wanted to know if there is any way possible without using padding to resize the text box, but using the height and width CSS.
An ideas or input would be greatly appreciated.
Use the
text-indentproperty:You can also use padding with a fixed width. This will keep the width fixed at
100pxbut still do your padding.