Re: Inline css dissapearing

  •  03-13-2006, 10:59 AM

    Re: Inline css dissapearing

    well - the html part of the page is already posted above.
    the codebehind is just
    editor.Text = "............."; // ... is lots of html including inline css
     
    The main problem for me is that UseRelativeLinks is affecting the content in the editor and that when I switch from normal to html all my css gets stripped away.
    As said: they are there if I access the .Text property from codebehind but I cant edit them, which I really need to do.
    Another problem I have is that BaseHref=http://123.456.789.0/ does not affect the links, it only adds a <base href=http://193.14.235.3/> to the code, not replacing inserted images urls.
     
    Something feels very wrong since I upgraded to the latest version?
View Complete Thread