You are not logged in.
Hi EveryBody,
I have a problem woth Xinha Editor.
When i paste a full HTML Page in the Editor (in HTML mode of course, not in WYSIWYG mode), Xinha rewrites some parts of my code.
For exemple : (style="margin:0px") becomes (style="MARGIN-TOP:0px;.....")
Is there any parameters to configure Xinha to let the HTML as the user write it and not to try to correct it ?
Thanks in advance for your help !
Offline
Some of this is just the browser interfering. margin: 0px is the shorthand form, and when accessing the style through javascript, the browsers usually expand that out to the individual attributes. Since they aren't stored as text, there is not too much we can do about it...
Offline