Background page/body colour

Last post 04-16-2009, 6:54 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  07-06-2005, 6:55 AM 8395

    Background page/body colour

    We just bought the control and are very happy with it, we really only have one issue so far..

    Is there a way of having an selector identical to the "font colour" picker but for the Page/Body Background instead?
     
    If not - could you add this feature?
     
    We want our users to be easily able to alter the background colour without either opening the Page Properties and without having to build a colour picker outside the editor control.
     
    Thanks,
    Chaz
  •  07-07-2005, 12:59 AM 8439 in reply to 8395

    Re: Background page/body colour

    Chaz,
     
    Thanks for the kind words about Cute Editor.
     
    >>Is there a way of having an selector identical to the "font colour" picker but for the Page/Body Background instead?
     
    No, the users need to open the page properties dialog to set the Page/Body Background.
     
    In the page properties dialog, the user can set the Page/Body BackGround Image as well.

    A simple workaround for it is creating a custom dropdown and add the custom dropdown to the editor toolbar. Then populate the Dropdown with the colors you want.

    Hope it helps.

     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-16-2009, 12:11 AM 51144 in reply to 8439

    Re: Background page/body colour

    Adam,
     
      When I set Background color and background image and then I go to html mode then come back the image or color is not showing how can i fix this
     
    Thanks,
    Jomy James
  •  04-16-2009, 6:54 AM 51155 in reply to 51144

    Re: Background page/body colour

    Hi jomyjames,
     
    Set EditCompleteDocument to true, like:
     
     <CE:Editor ID="editor1" runat="server" EditCompleteDocument="true">
    </CE:Editor>
     
    Regards,
     
    Ken
View as RSS news feed in XML