Cute Editor changing hex color style values upon saving

  •  04-03-2007, 12:04 PM

    Cute Editor changing hex color style values upon saving

     
    Why is Cute Editor changing hex colors on save... it is only hex values that start with # and a number...the onse that start with letters are fine... for example, this...
     
    <img style="BORDER-LEFT-COLOR: #0000ff; BORDER-BOTTOM-COLOR: #0000ff; BORDER-TOP-COLOR: #0000ff; BORDER-RIGHT-COLOR: #0000ff" height=400 alt="" src="http://cutesoft.net/WebSite/Gallery/Images/Stylists/kimgreen.jpg" width=300 border=4>
     
    ...renders on PostBack as...
     
    Editor1.Text = <img style=\"BORDER-LEFT-COLOR: #000ff; BORDER-BOTTOM-COLOR: #000ff; BORDER-TOP-COLOR: #000ff; BORDER-RIGHT-COLOR: #000ff\" height=400 alt=\"\" src=\"/WebSite/Gallery/Images/Stylists/kimgreen.jpg\" width=300 border=4>
     
    Notice the color was changed from #0000ff to #000ff (it drop one zero)...  the #9's change to #e, etc..   it is totally strange.  I have no idea how to fix this...
     
    I am using IE7, and I have no trouble using the demo site here at Cutesoft.net...  Any ideas?
View Complete Thread