Hi, first please excuse me for my poor english ...
I've a question : is it possible to apply div properties in xml style file and format the textarea ?
For example in my style xml file i've got :
But when I apply this style in the textarea there is no graphic render (normal).
I would like to know if a graphical render is possible but i don't want style properties in html source
I would like to see : MyTitle in text area
and not this in the source code :
Thx a lot !
I've a question : is it possible to apply div properties in xml style file and format the textarea ?
For example in my style xml file i've got :
<Style name="Titre paragraphe" element="div"> <Attribute name="class" value="titre" /> </Style>
But when I apply this style in the textarea there is no graphic render (normal).
I would like to know if a graphical render is possible but i don't want style properties in html source
I would like to see : MyTitle in text area
and not this in the source code :
<div class="titre" style="color:red;">My title</div>
Thx a lot !