[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] adding "wrap=off" option to textarea for HTML export
From: |
Clément Pit--Claudel |
Subject: |
Re: [O] adding "wrap=off" option to textarea for HTML export |
Date: |
Fri, 9 Sep 2016 11:32:46 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 2016-09-08 11:49, Eric S Fraga wrote:
> To turn wrapping off, I would need to add 'wrap="off"' to the textarea
> form as this option cannot be controlled using CSS unfortunately. I
> don't see any way to do this from org.
Hm. Doesn't the following work?
textarea {
white-space: pre;
}
signature.asc
Description: OpenPGP digital signature