Login | Forgot password | Register

X

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.

Jump to:

17480 Posts in 4474 Topics by 1973 members

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
  • r0ar
    avatar
    Community Member
    13 posts

    HTMLeditorfield Link to this post

    Hi!

    How do I change the width of the html text area?

    Thanks!

  • grilldan
    avatar
    Community Member
    132 posts

    Re: HTMLeditorfield Link to this post

    You should be able to do it with css.

  • r0ar
    avatar
    Community Member
    13 posts

    Re: HTMLeditorfield Link to this post

    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

  • grilldan
    avatar
    Community Member
    132 posts

    Re: HTMLeditorfield Link to this post

    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

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.