Hello,
I can’t apply a style to a cell by using the XML loaging method.
My XML is like this
...
<cell style="color:blue;"> second column data </cell>
...
And the text is not in blue in my browser.
The DOM looks like this : note the “textCSS: undefined” inserted in the style attribute of TD. I dont understand where it comes from.
<TD style="textCSS: undefinedcolor:blue;" title="second column data" bgColor=red align=left _cellIndex="0" obj="null">second column data </TD>
The object of setting a style on a cell (and not to its content) is to make a cell look like an input text fied. So don’t suggest me to use a style on the content, it won’t help me
Thank you for your help.