FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

How can I Change Toolbar Alignment?

Last post 05-13-2010, 2:49 PM by Rollsroyc3. 3 replies.
Sort Posts: Previous Next
  •  01-27-2010, 9:49 AM 10307

    How can I Change Toolbar Alignment?

    hi
    by default FTB toolbar Set Left Align (arrange From Left To right)
    How can I Change Toolbar Direction? (Align Toolbar Icons From Right To Left)?
    Thanx

  •  01-29-2010, 1:35 AM 10308 in reply to 10307

    Re: How can I Change Toolbar Alignment?

    Even i have the same query..can somebody help !
  •  03-17-2010, 6:48 AM 10400 in reply to 10308

    Re: How can I Change Toolbar Alignment?

  •  05-13-2010, 2:49 PM 51972 in reply to 10307

    Re: How can I Change Toolbar Alignment?

    Change ftbBody to whatever the name of your freetextbox is.

    <style type="text/css">
            .ctl00_ContentPlaceHolder1_ftbBody_Toolbar
            {
                float: right !important;
            }
     </style>
View as RSS news feed in XML
www.freetextbox.com