Search

You searched for the word(s): table
Showing page 111 of 255 (2,541 total posts) < 1 second(s)
  • custom button

    When I insert a custom button, how do I get the path to the current image files of the current toolbar - i.e. for my custom button I want to use the same image path as the toolbar is using - where can I get a reference to that? Secondly - where can I change default styles for eg - the table inserts with a border, where can I set it to ...
    Posted to Cute Editor for .NET (Forum) by gotts on March 9, 2006
  • Re: MasterPages in VS 2005 and CuteEditor 5.2

     GwynneR wrote: Hi Endys, is it possible that there's something in your style sheet that's causing this? What happens if you link to an empty style sheet (no style definitions) in the master page? I'm using master pages with style sheets and it seems to be working fine withe CuteEditor.   Yeah GwynneR   Thanks a lot for this ...
    Posted to Cute Editor for .NET (Forum) by Endys on February 27, 2006
  • Re: Line Spacing problem on Font Drop Down

    Here's my style sheet.  The css styles I have setup work great but not the font size drop down.  Don't know if the css style is the problem?   body,table,p,div,span { font-family: Verdana, Arial, Helvetica, sans-serif;     color: #5D5D5D;     font-size: 9pt;     ...
    Posted to Cute Editor for .NET (Forum) by Kara on February 20, 2006
  • which Licence is perfect?

    hi, Actually i used your cute editor(version-5.1.0.0) for asp.net in my only one website (i.e like mysite.com).At this site there running a website and one of this site's page i used this cute soft editor and throgh this page data was going to my database table.But after 30 days i saw some type error msg i.e license for editor is invalid. i need ...
    Posted to Purchase / License FAQ (Forum) by Arup on February 13, 2006
  • simple ampersand and remove tbody doesnt work

    any idea what the problem with the upload is.   and 5. the simple ampersand property doesnt work. 6. the remove tbody proberty doesnt work tooand here is my configuration   Set editor1 = New CuteEditor   editor1.ID = ''Editor1''   editor1.Text = pagecontent   editor1.FilesPath = ...
    Posted to Cute Editor for ASP (Forum) by werk23 on January 18, 2006
  • cute editor problem

    hi, i use ms .net 1.1 version and then try to add cuteeditor in my tool box but there give some error.now i manage this by writing code inside html code and register this component and there i saw the editor on my webpage(webform.aspx) after running.now i write something through this editor and store that article which i wrote into my sql server ...
    Posted to FAQ (Forum) by mr_smith on December 23, 2005
  • Re: Background image

    Ideally some sort of button.  The editor will be used by my customers to create customised html emails.  A lot of them want to set a background image to the html email.  So I just want a way of allowing them to specify a background image.A table might work as a compromise.  > modifing a property inside of the tableWhere ...
    Posted to Cute Editor for ASP (Forum) by paulw20012002 on December 19, 2005
  • How to achieve a variation of Anchors

    Hi I am trying to get something like this: <a id=''test'' name=''test''>some text<a> I know usually an anchor tag doesnt have any encapsulated text in it. But I am developing a ''table of contents'' control and I need to automatically pick up anchors, with some text to display as the toc title. Eg: My toc would pick up ''some text'' ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on December 6, 2005
  • Re: Wouldn't it be nice if Adam answered my post...

     gbucha wrote: I m using the Classic ASP version 4.2 of the editor and when I have a table in the editor and click the save icon all the dashed lines that you can see in the editor view get carried over into the source code. This holds true on the demos on your site as well. Is there a way to workaround this?   It's strange. We can't ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 4, 2005
  • Re: ok, i'm now going crazy ... "the area you are attempting to access is forbidden" error

    I put the editor calls all in an include file, just my preference, and make changing the site easier when you update. That said, this configuration will work. The hilighted areas should fix your problem.   Set editor = New CuteEditoreditor.ID = ''Editor1''editor.Text = content    editor.DisableAutoFormatting = ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005