I click the HTML tab and add this:
<P>
<HR>
</P>
<P> </P>
<P></P>
Then click [Design] to go back.
This error appears:
htmlfile: Unknown runtime error
At this code line:
FTB_FreeTextBox.prototype.CopyHtmlToIframe = function(iframe) {
if (this.initialized) {
html = this.htmlEditor.value;
iframe.document.body.innerHTML = this.StoreUrls(html);
In something called "WebResource.axd"
What should I do?
Fred