SID-01549: TinyMce delete my html code
| Status: |
Answered |
TWiki version: |
5.1.2 |
Perl version: |
5.10.1 |
| Category: |
CategoryError |
Server OS: |
Debian 6.0.6 |
Last update: |
13 years ago |
Hello,
I'm a french user of TWiki (last version)
When i want add HTML code in WYSIWYG mode,
TinyMCE delete it after :
I add :
<div style="background-image: url(%ATTACHURLPATH%/fond_new2.gif); background-repeat: repeat-x; background-position: top; width: 770px; padding: 10px">
<div style="height:35px;margin:5px;float:left">
<img src="%ATTACHURLPATH%/Boursorama.jpg" alt="Boursorama.jpg" width='104' height='49' />
</div>
And when i submit the form, i have this :
/pub/Main/Test2/fond_new2.gif); background-repeat: repeat-x; background-position: top; width: 770px; padding: 10px">
The begining "div style" gone, and the div style for the image too...
Can you help me ?
Regards
--
JeoffreyBauvin - 2012-10-09
Discussion and Answer
As documented in
WysiwygPlugin, use
<sticky>..</sticky> tags.
--
PeterThoeny - 2012-10-09
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.