I have this html i edit with Visual Web Developer and produces an UTF8 document.
In my PB app i add this html file as RCDATA, parse the <body> and put the content into an iframe (or div) using innerHTML.
Whatever i do the signs" " remain on the first line!
These symbols are no longer present in the text and it seems the webcontrol shows them due the format or so.
I would like to keep the file as it is, converting it to ansi is not really an option.
Should i convert the resource obtained to ansi or do you have another option?
Maybe an html doctype change?
In my PB app i add this html file as RCDATA, parse the <body> and put the content into an iframe (or div) using innerHTML.
Whatever i do the signs" " remain on the first line!
These symbols are no longer present in the text and it seems the webcontrol shows them due the format or so.
I would like to keep the file as it is, converting it to ansi is not really an option.
Should i convert the resource obtained to ansi or do you have another option?
Maybe an html doctype change?
Comment