17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1116 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?
| 1116 Views | ||
|
Page:
1
|
Go to Top |


