hi and excuse me for my english i am opening a html and showing into the editor, all ok, but any images i cant see because i dont know why the editor parte any """" between the links and broke the link. For example:
http://www.casetamunicipal.com/"images/bordeprincipal.gif"
i was tryed to remove the " characters in server code but dont work. How can i remove this? whats the problem? why the editor render this characters?
Dim sr As New StreamReader(raizfisica, System.Text.Encoding.Default)
'objStreamReader = File.OpenText(FILENAME)
Dim contents As StringBuilder = New StringBuilder(sr.ReadToEnd())
sr.Close()
contents.Replace(""", "") '---- DONT WORK
Me.RadEditor1.Content = contents.ToString
http://www.casetamunicipal.com/"images/bordeprincipal.gif"
i was tryed to remove the " characters in server code but dont work. How can i remove this? whats the problem? why the editor render this characters?
Dim sr As New StreamReader(raizfisica, System.Text.Encoding.Default)
'objStreamReader = File.OpenText(FILENAME)
Dim contents As StringBuilder = New StringBuilder(sr.ReadToEnd())
sr.Close()
contents.Replace(""", "") '---- DONT WORK
Me.RadEditor1.Content = contents.ToString
