How do I change line spacing

User 465259 Photo


Trial User
8 posts

... between continuous (i.e. not separated by <return>) lines within a text box ??

Muchas gracias,

James Martinelli
User 463058 Photo


Ambassador
1,075 posts

You could use this in your style sheet:

textarea {
line-height: 1.5; /* Higher values will increase line spacing */
}

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.