How to change to font color and background of the HTML-Code when clicking on HTML with VB

Last post 12-15-2006, 4:19 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  12-15-2006, 5:04 AM 25140

    How to change to font color and background of the HTML-Code when clicking on HTML with VB

     
    Hello,
     
    how to change to font color/background of the HTML-Code
    and the font color/background color of the pulldownmenues with VB
     
    thanks
     
    christian
     
     
     
     
     
     
  •  12-15-2006, 4:19 PM 25152 in reply to 25140

    Re: How to change to font color and background of the HTML-Code when clicking on HTML with VB

    christian,
     
    >>change to font color/background of the HTML-Code
     
    Please modify the CuteEditorconstants.js file.

    // Default style in the source view
    var _editorSourceStyle = "background:#ffffff;margin:0;padding:0;";

    to:


    // Default style in the source view
    var _editorSourceStyle = "background:#ffffff;margin:0;padding:0;color:#Pink";

    >>and the font color/background color of the pulldownmenues
     
    Please modify the style.css.aspx file.
     
    CuteSoft_clients/CuteEditor/Themes/Custom/style.css.aspx.
     
    <%=editorid%> .CuteEditorDropDown { display: block; float: left; clear:right; padding:0; margin:2px 1px 1px 1px; width:80px; vertical-align:middle;border: #dddddd 1px solid!important;}
    <%=editorid%> .CuteEditorDropDown Li { LIST-STYLE-TYPE: none;padding:0;}
    <%=editorid%> .CuteEditorDropDown Span {font:normal 11px Tahoma;}
     
     

    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

View as RSS news feed in XML