Quotes in HTML tags go missing

  •  09-21-2006, 9:30 AM

    Quotes in HTML tags go missing

    Hi
     
    I have noticed that when I type in some html e.g.
    <img alt="hello" src="wiggle.jpg" height="10" width="10" /> and then switch views back to normal or save then the quotes go missing from the alt, height, width fields and others, yet remains on the src!
     
    It also removes the quotes when I do a pasteHTML on the client side.
     
    Ideally I would like my quotes to remain, as its very annoying to have text disappearing.
     
    I have set the following tags, are there any other that will stop this behaviour?
     
        <CE:Editor ID="Editor1" DisableAutoFormatting="true" UseRelativeLinks="True" RemoveServerNamesFromUrl="True"
          AutoConfigure="simple" EnableBrowserContextMenu="false" EnableContextMenu="true"
          EnableStripScriptTags="false" Height="350" Width="650" runat="server"  />
    Thanks
     
     
View Complete Thread