Hello,
When I paste some html with Styles/css and <div>. The style are not applied in the Edit Tab but are correctly applied in the preview Tab.
Before I changed the version of the Editor, in the Edit Tab, we can see each <div> like a "MS WORD Text Box" and we could move it with simple drag and drop.
Do you know how to that now ?
Sample Html Code : "
<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--
#Adresse
{
position:absolute;
left:455px;
top:96px;
width:258px;
height:135px;
font-size:10pt;
font-family:verdana;
text-align:left;
}
-->
</STYLE>
</HEAD>
<BODY WIDTH="761" HEIGHT="1145">
<DIV ID="Adresse">
Mr Nicolas Destroye<BR>
13 RUE ARSENNE DEBRUYNE<BR>
59420 MOUVAUX<BR>
</DIV>
</BODY>
</HTML>