Search

You searched for the word(s): stylesheet
Showing page 8 of 61 (604 total posts) < 1 second(s)
  • Re: VB.NET how can i change color to a quoted text that goes in the cuteeditor??

    Dear vagelis28,   please refer to code: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 28, 2010
  • Re: must specify AllowedFileExtensions

    Dear siwelis,   The following is a full example, please refer to it:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on February 17, 2010
  • Re: Upload a specific files from Zip File.

    Dear [email protected],   Please refer to the following code:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     protected override void OnInit(EventArgs ...
    Posted to Ajax Uploader (Forum) by Eric on January 6, 2010
  • Re: CuteEditor JS Error 800a025e

    ajouadi: Hi everybody,   In my aspx page, i have two cuteedior placed on updatepanel .. when a postback event, it generate a JS error : ''htmlfile: Could not complete the operation due to error 800a025e'' ==>   if(editdoc.queryCommandValue(OxO36e1[0x1c0])==Ox8f5[i][0x0]    then ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2009
  • Re: Google Chrome problem

    EnableStripLinkTagsCodeInjection Specifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which contain malicious, client-side executable code from the html to prevent link tag ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 10, 2009
  • Re: Problem : CE as file manager does not insert file in input.

    The online demo is fixed.   Please use the following code:   <?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?> <html>      <head>   <title>Use CuteEditor as file manager -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Adam on November 28, 2008
  • Re: CancelAllButton, Style Progresspart

    Hi Andreas,     1.try this way: button {     border: 1px solid #0069ad;     background: url(images/back_button.gif) repeat-x;     color: #fff; font-weight: bold; padding: 3px 20px; }   2.Please elaborate on what you mean,thanks   3.you can set it with ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 4, 2008
  • Re: Subdirectories within an album

    OK, to accomplish this I replaced show.aspx with this. Don't forget to change actualdirectoryString to the correct directory.   <%@ Page Language=''VB''%> <%@ Import Namespace=''System'' %> <%@ Import Namespace=''System.IO'' %> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' ...
    Posted to ASP.Net Image Gallery (Forum) by bendo on November 21, 2007
  • Re: Support for page breaks and Margins

    Hi ghoshy,   HTML does not define tags for printing, and CSS is very limited.   Here is the current standard for CSS2, paged media: http://www.w3.org/TR/REC-CSS2/page.html   Magins, etc need to be defined in a style sheet, and can't be defined through inline styles. Which means the editor won't be able to do this for you. ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 14, 2007
  • Re: DataGrid paging not working on the DataBase-Example

    Milton,   Here is the modified version of DataGrid example. This example allows paging. Please copy/paste to the existing file and test it first. Then compare with your modified version and find out the problems.   <%@ Page Language=''vb''%><%@ Import Namespace=''System.Data'' %><%@ Import ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
« First ... < Previous 6 7 8 9 10 Next > ... Last »