Hi!,
First of all.. Good work Frederico!
The editor (or more likely the MS component) screws up my html source big time.
If i feed the editor my wellstructured and correct htmlfile, I'll get it back without <html>, <head>,<body> etc...
So basicly i get back a snippet instead of a html file. The snippet is not structured and is missing " or ' (not in the text but in the arguments in html, ex. <td width='50'> = <TD width=50> ). That is ugly... and not according standards.
So is there a way to disable the validator/source checker from MS, the thing that most likely screw the source?
Is there a way to work with complete files instead of HTML snippets?
Is there a way to disable the strange <TBODY> tag?
Anyway... good work, hope you can help me out!
If there is anything I can do for you (PHP image uploads orso), plz let me know!
--Frans
First of all.. Good work Frederico!
The editor (or more likely the MS component) screws up my html source big time.
If i feed the editor my wellstructured and correct htmlfile, I'll get it back without <html>, <head>,<body> etc...
So basicly i get back a snippet instead of a html file. The snippet is not structured and is missing " or ' (not in the text but in the arguments in html, ex. <td width='50'> = <TD width=50> ). That is ugly... and not according standards.
So is there a way to disable the validator/source checker from MS, the thing that most likely screw the source?
Is there a way to work with complete files instead of HTML snippets?
Is there a way to disable the strange <TBODY> tag?
Anyway... good work, hope you can help me out!
If there is anything I can do for you (PHP image uploads orso), plz let me know!
--Frans
RE: Whole html file loading, source screw up
John
RE: Whole html file loading, source screw up
If your working with ASP then this would be helpful, just something I did to clean up. As you using PHP you could convert it, and it would be good to see on this forum!...
See this link:
http://sourceforge.net/tracker/index.ph ... tid=543656
RE: Whole html file loading, source screw up
I'm using the ColdFusion version, 2.1 (RC2?) and I'm having the same problem. I'm using some CF code to read in the contents of a .html file, load it into the editor (using MX and the component version) for a CMS tool, which then saves back to the .html file on submitting the form...
It all seems to work fine, except for as above, I lose the <html><body> tags and everything else, which unfortunately means it loses the style sheet link and everything else, so it screws the output...
I've read the XHTML post, and it seems as if you're saying you've made some fixes for release 0.9, but I'm still having this issue... Any ideas?
Any help would be greatly appreciated...
Phil