Search

You searched for the word(s): tag
Showing page 14 of 228 (2,278 total posts) < 1 second(s)
  • Re: Enumerate html tag elements in custom dialog; server-side?

    Hi Tobater,   1. The example below shows you how to do a postback after get the client side value <%@ Page Language=''C#'' AutoEventWireup=''true'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2010
  • Re: Disable automatic paragraph tag insertion?

    JPenn,   It's a behavior of IE. When you start editing, <P> or <div> tags will be inserted automatically by IE. The content is wrapped in the block level element. If you don't want the <p> tags in your applications, you can create your own html filter to remove tags.   Creates your own HTML ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2010
  • Re: How to add buttons with function of inserting mark/tag ?

    If it's a common webcontrol I may use those follow code to realize my function: Image Image2= new Image(); Image2.ToolTip = ''Insert today's date''; Image2.ImageUrl = ''tools.gif''; Image2.CssClass = ''CuteEditorButton''; Image2.Attributes[''onclick''] = ''document.getElementById(''' + Editor1.ClientID + ''').focus(); var ...
    Posted to Cute Editor for .NET (Forum) by sageking2 on April 2, 2010
  • html tag issue

    I have an odd issue with the editor changing html tags.  For example, if I enter ''<span style=&quot;color: red&quot;>hey you</span>'' in html view it will change it to''<span red&quot;=''''>hey you</span>''  Is there a property that cleans up html?  I can only seem to find the method that cleans ...
    Posted to Cute Editor for .NET (Forum) by jamesk on February 26, 2010
  • Re: Get the tag name at caret

    Please try the following code: <html>  <head>  <title>A Simple Page</title>  <script language=''JavaScript''>  <!--   document.onclick   =   myfunc;    function myfunc()   { ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2010
  • Style Tag stripped

    Using the editor including: <style type=''text/css''> .hirestable { float:left; margin-left:5px; border:1px solid #115097; background-color:#ffffef } </style> <table class=''DGrayHeaderTable''>     <tbody>         ...
    Posted to Cute Editor for .NET (Forum) by czbear on October 22, 2009
  • Re: br tag or &nbsp; inserted into table cell from HTML to Normal Mode

    Adam, how can this be true?  When saving a page OR switching from HTML to Normal mode how could the behaviour of FF add code to code? This type of behaviour doesn't happen with any other editor I have ever worked with - like wordpress for instance. if this was a browser behaviour wouldn't this happen in all other editors? Please ...
    Posted to Cute Editor for ASP (Forum) by synergy on August 20, 2009
  • Re: Ampersand Bug inside <a> tag

    This is not a bug.   Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         <a ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2008
  • Underline tag not correct

    Hi,   When I have an URL in the editor and press the Underline button it generates this HTML:   <u><a href=''http://url.com''><span style=''font-family: Arial;''>read more</span></a></u>   Firefox 3 can render the underlining fine but Internet Explorer 7 fails because the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on July 22, 2008
  • Re: Write DIV Tag

    Adam,   It seems to be the other way round. When I open a blank editor and switch to HTML it is emty in IE7 but there is for some reason a <br /> in Firefox. Is there a way that both Browsers have a <div></div> instead of the <br /> already set when opening a blank editor?
    Posted to Cute Editor for .NET (Forum) by edgarJakob on September 12, 2007
« First ... < Previous 12 13 14 15 16 Next > ... Last »