Coloring lines inside textarea

后端 未结 3 1965
悲哀的现实
悲哀的现实 2021-01-22 19:03

Is there any way to make textarea display lines in colors? What I am trying to achieve is every second line colored, i.e. white,grey,white,grey,white,grey... for better readabil

3条回答
  •  春和景丽
    2021-01-22 19:55

    One way to accomplish this would be to just use a background in the textarea.

    
    

    That being said, you'd have to have to play around with the tiling and the line-height to get it just right, but it should be able to accomplish what you're looking for without the use of scripting.

提交回复
热议问题