Good day,
For describing some UML elements, for the purpose of generating
documentation with GenDoc, I created a table in HTML.
Since with richText the formating comes from the HTML code in Topcased and
is not the one of the docx template file (i.e., the formating in the docx
file of the line containing <richText>blablabla</richText> does not have
any effect), I am using css in the HTML code.
The advantage is that I am redefining TD once, instead of changing the
style many times in the table.
So my documentation starts with:
<STYLE TYPE="text/css">
<!--
TD{font-family: Arial; font-size: 10pt; cellpadding="0"; cellspacing="0";
padding:0px; line-height:90%; valign:top}
--->
</STYLE>
<table border="1" width="100%">
<tbody>
<tr>
<!-- Row 1 -->
<td width="20">
...
Since the HTML editor is more convenient that the HTML code for editing
the contents of the table, I start the editor.
The effect of checking the box "Use HTML Editor" is that the <STYLE> ...
</STYLE> code is lost. So I lose my formating!
This is unfortunate since the css code is understood by GenDoc: the
formating defined in the css code is correctly rendered in the generated
doc file.
Am I doing something wrong?
Or is this a bug?
Yvan.
_______________________________________________
Topcased-users mailing list
[email protected]
http://lists.gforge.enseeiht.fr/cgi-bin/mailman/listinfo/topcased-users