Search

You searched for the word(s): Height
Showing page 18 of 208 (2,075 total posts) < 1 second(s)
  • Bold + Change Font Color

    Problem originates typically from documents pasted into editor from Word, but the problem is spotty and goes beyond it.  Either way, there's issues with the way you'd expect this to behave:   Copy and paste the following code into HTML View: <begin code block> <p style=''margin-bottom:0in;margin-bottom:.0001pt;line-height: ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on December 6, 2011
  • Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    I get the following HTML:  <img style=''position: absolute; left: 20px; top: 20px;'' src=''https://d2img01/C09C5F897CC84DCC800E751B1B93A326/pix/d0ac8de1cc174a2c96b4a74ca855353e.JPG'' alt='''' /> <div id=''ParentDIV'' style=''position: absolute; overflow: hidden; width: 194pt; height: 124pt;''> <img style=''position: ...
    Posted to Cute Editor for .NET (Forum) by sanjay.joshi on November 25, 2011
  • Re: PDF export and list style

    Hi HISOKA, You can find the pdf demo page under the ''cs'' folder, name  ''createPDF.aspx''. Below is the code of it <%@ Page Language=''C#'' validateRequest=''false'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 25, 2011
  • Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    Hi sanjay.joshi, I can not reproduce this issue. Can you try on demo http://www.cutesoft.net/example/general.aspx? Does it get the same issue? Can you show me the html code what you get? I inserted the three images continuously, the code below is what I get. <img alt='''' src=''http://cutesoft.net/uploads/12.jpg'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 25, 2011
  • Re: Editor makes unwanted changes in styles

    Hi, when I paste the code it gets reformated to this: <%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <form id=''form1'' runat=''server''> <CE:editor id=''editor1'' runat=''server''> ...
    Posted to Cute Editor for PHP (Forum) by Sunspire on November 25, 2011
  • Re: Customize "Upload" button behavior in Insert Image dialog box

    Hi qsun, The code below shows you how to handle the click envet of the upload button. And how to change the upload file name. The red code is what I added into the ''insert image'' dialog page <%@ Page Language=''C#'' Inherits=''CuteEditor.Dialogs.FileBrowserPage'' EnableViewState=''true'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 24, 2011
  • Re: Wrong <SCRIPT/> tag formatting

    Addition. Here is the code of my ASPX page:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>       <title>Novaview HTML editor</title>       <link ...
    Posted to Cute Editor for .NET (Forum) by Herev on November 21, 2011
  • Re: Need to change progress bar "continuous.gif"

    hi Jeff i know the usage of property ProgressBarBackgroundImage, what i need to change is green block, not the whole background,   i found green block defintion is below ''  <div style=''position:absolute;font-size:1px;top:0px;left:0px;width:360px;height:40px;background-image: ...
    Posted to Ajax Uploader (Forum) by steveyuan on November 16, 2011
  • Need to change progress bar "continuous.gif"

     i want to change progess bar color and i find this code in the runtime ''  <div style=''position:absolute;font-size:1px;top:0px;left:0px;width:360px;height:40px;background-image: url(/abc/CuteWebUI_Uploader_Resource.axd?type=file&amp;file=continuous.gif&amp;_ver=634550129540000000);background-repeat: ...
    Posted to Ajax Uploader (Forum) by steveyuan on November 16, 2011
  • Re: Set fixed size of cutesoft text area

    This is weird because I don't get anything like that all, so I am wondering where the conflict is... Dim editor     Set editor = New CuteEditor     editor.ID = ''Editor1''     editor.ConfigurationPath = ''/editor/editor_files/configuration/autoconfigure/cover_designer.config''    ...
    Posted to Cute Editor for ASP (Forum) by WilliamK on November 9, 2011
« First ... < Previous 16 17 18 19 20 Next > ... Last »