Hi all,
i retreive editors content (in html-mode) by EditorID.Content and write it to database.
Always it adds body-tags around the content.
Editor: <table><tr><td>blahblah</td></tr></table>
DB: <body><table><tr><td>blahblah</td></tr></table></body>
it looks different in FF and IE, so has it to do with browser?
Is it a know problem, anybody any idea?
do we have to strip body-tags manually?
Thanks in advance
Felix
i retreive editors content (in html-mode) by EditorID.Content and write it to database.
Always it adds body-tags around the content.
Editor: <table><tr><td>blahblah</td></tr></table>
DB: <body><table><tr><td>blahblah</td></tr></table></body>
it looks different in FF and IE, so has it to do with browser?
Is it a know problem, anybody any idea?
do we have to strip body-tags manually?
Thanks in advance
Felix