Search

You searched for the word(s):
Showing page 2 of 2 (12 total posts) < 1 second(s)
  • Re: <div> formatting problem

    what if you setting these styles through code dynamically&nbsp;and can't put them in a css file?&nbsp; Right now I am putting styles within a script block of the html that the editor is displaying.&nbsp; &nbsp; Example:string strStyle = ''&lt;script type=''text/css''&gt; .page{background-color:Blue;}&lt;/script&gt;''; string strHTML = ...
    Posted to Cute Editor for .NET (Forum) by kmoreno on January 10, 2007
  • Delete html element?

    I've added a custom button to try to remove a block of html.&nbsp; I would like to have this button remove a html element based on an id.&nbsp; I tried using dom to access the element directly, but the html within the contol seems to be encrypted.&nbsp; Is there a clean way to remove an element based on an id?
    Posted to Cute Editor for .NET (Forum) by kmoreno on December 27, 2005