Re: Can't get EditorWysiwygModeCss to work - v 4.2

  •  10-06-2005, 8:19 AM

    Re: Can't get EditorWysiwygModeCss to work - v 4.2

    Hi Adam, I also noticed that this this code: 
     
    editor. Basehref = "http://www.samplesite.com/"
    editor.Text = "The dish ran away <a href=""page.htm"">with the spoon</a>..."

    (The editor location is http://www.samplesite.com:8181/company/editor.asp)
    Gives me this in IE:
     
    The dish ran away <a href="http://www.samplesite.com/page.htm">with the spoon</a>...
     
    And this in Firefox:
     
    The dish ran away <a href="page.htm">with the spoon</a>...
     
    Further, I found that if I then insert a link to page2.htm on the word "dish" using the editor, I get this in IE:

    The <a href="http://www.samplesite.com:8181/company/page2.htm" target="Not set">dish</a> ran away <a href="http://www.awsamplesite.com/page.htm">with the spoon</a>...

    And this in Firefox:

    The <a href="page2.htm">dish</a> ran away <a href="page.htm">with the spoon</a>...

    Thanks,

    JBC
View Complete Thread