Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Indenting all lines inside textarea

Is it possible to text indent each line in a textarea? I'm using a handwritten font and the first letter on each line is getting cut off slightly. I've already used padding and margin, but this does not work.

Many thanks.

Erik

like image 362
Erik Avatar asked Jul 29 '10 04:07

Erik


1 Answers

Don't know about \t but

style="padding-left: 4px;"

would definitely work for all the rows of a text-area.

like image 200
Jammer Avatar answered Sep 30 '22 11:09

Jammer