Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » HTMLeditorfield
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: HTMLeditorfield | 566 Views |
-
HTMLeditorfield

1 September 2008 at 9:16pm
Hi!
How do I change the width of the html text area?
Thanks!
-
Re: HTMLeditorfield

4 September 2008 at 11:22pm
Thanks for the reply!!
I have tried looking in the CSS but I can't see where this is.
I can change the width of a textareafield through the css but I can't see where to change the width of a HTMLeditorfield. t.t t.t
-
Re: HTMLeditorfield

4 September 2008 at 11:25pm Last edited: 4 September 2008 11:27pm
What is the class or id of the html text field?
(If you are using a premade theme, check the form.css)
you could do:
form textarea {
width: 999px;
}but that will cause every textarea in a form to be that width.
**edit**
Can you post a snippet of the html from what you want to format with css?
| 566 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: JoshuaLewis, NickJacobs
Welcome to our latest member: marcusl


