Search

You searched for the word(s): table
Showing page 61 of 142 (1,420 total posts) < 1 second(s)
  • PDF bad format!!!

    Hello!-I'm trying the component because it's almost what I need, but I'm having problems generating PDF. Even whith the sample code if I set a border for the table or a bgcolor on a div I get the following error when I later try to open the pdf file:In Spanish is : Distintivo desconocido: 758, 58.That would be something like: Unknown flag: 758, ...
    Posted to Cute Editor for .NET (Forum) by raul_xl on November 4, 2006
  • Re: remove items from ContextMenu

    Thank you for the response.   That was pretty straight forward.   In addition to removing some items from the ContextMenu, I would like to remove the Style option from what I think is the relative menu. In particular, I would like to remove the style option from the Image, Table and Link context menus.   Can this be ...
    Posted to Cute Editor for .NET (Forum) by the4bs on August 7, 2006
  • How to display the cute editor in code without registering them as a server control

    Dim SB As New System.Text.StringBuilder Dim SW As New StringWriter(SB) Dim htmlTW As New HtmlTextWriter(SW) Dim re As New CuteEditor.Editor re.ID = ''editor''   re.RenderBeginTag(htmlTW) re.RenderControl(htmlTW) re.RenderEndTag(htmlTW) Response.Write(SB.ToString())      Code above only succesfully displaying ...
    Posted to Cute Editor for .NET (Forum) by scheineden on July 27, 2006
  • CustomFileProvider and separating one user's images from another

    Hi,   We used to tell Cute Editor's Image Uploader to store images in contextually-generated sub folder paths so that User A's images are not visible to User B. This is possible thanks to Cute Editor's SetSecurityGalleryPath and friends.   We are making a switch to DB-storage of these same images. Thanks to the CustomFileProvider we ...
    Posted to Cute Editor for .NET (Forum) by obiwantcp on July 9, 2006
  • Re: Problem with stylesheet in page and images

    Hi, here's my code (normal asp btw, is that a problem?):   -------------------------- <%'template_1-M1%><html><head><meta http-equiv=''Content-Type'' content=''text/html; charset=iso-8859-1'' /><title>Noa Nederland</title><link href=''/css/stijl.css'' rel=''stylesheet'' type=''text/css'' ...
    Posted to Cute Editor for .NET (Forum) by Karin on June 26, 2006
  • Offsets of Drop-down boxes

    I'm now using v5.3 of the editor.   I have the editor within a DIV tag, within a TABLE, positioned at an offset (+x, +y) to the page.   When a user pulls the drop-downs, they do not appear in the correct location.  They appear to offset by the same +x and +y above.  It seems you are calculating the offset relative to the ...
    Posted to Cute Editor for .NET (Forum) by rachale on June 2, 2006
  • Popup Script Errors

    I keep getting script errors on most popups in Cute Editor. They appear the most on Insert Image, Insert Document and Table Properties. On Insert Image it is a ''Unterminated String Constant'' error. The others vary but the stop you from using the popup because they appear anytime to select a item or even move the mouse over a button on a popup. ...
    Posted to Cute Editor for .NET (Forum) by tradd_cook@us.crawco.com on May 10, 2006
  • width Cute Editor

    Hi,   I implemented Cute Editor 5.2 in DotNetNuke 4.0. Now it's too broad. It pushes the design to the right, which is not the meaning. I tuned the toolbars. There is a space of 280 px at the right site with no buttons at all. For testing I set the width of the editor table ...
    Posted to Cute Editor for .NET (Forum) by brainweb on April 25, 2006
  • Re: CSS styles not showing correctly

    Gerardicus,   Have you used Editor.EditorWysiwygModeCss Property and apply style sheet filesto the editable area?   Please check the Editor.EditorBodyStyle Property as well.   Editor.EditorBodyStyle PropertyThe style to be applied to the Editor body. Example Code       ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2006
  • 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
« First ... < Previous 59 60 61 62 63 Next > ... Last »