Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
I’ve no idea why but I can’t use this plug in because it scrambles the content in my textarea, corrupting the justification which publishes on my live site.
Anyone know about how to hard-code the textarea dimensions, discussed over here
Offline
#62 2007-08-01 17:37:05
- sparkybarkalot
- Member
- Registered: 2004-10-13
- Posts: 43
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
In order to get “Article Textarea Cols” to work in 4.0.4 and 4.0.5 I had to edit textpattern.css. Look for this in the CSS file:
textarea#body {
width: 400px;
height: 420px;
}
and just comment out the “width: 400px;” line. When you do that, then the values that you put into “Article Textarea Cols” will actually work.
I haven’t noticed that change messing up anything else in the admin area, but you might want to verify that for yourself if you decide to comment out that line.
Great plugin… thanks a mint.
Offline