Hi folks,

I don't understand what is going on while generating a project documentation using the maven 2 plugin site.

What I coded in the Xdoc is:

...
<td class="status" style="background: url('images/stat090.png') repeat-y;>
   90%
</td>
...

This is the css-file:

.status {
 text-align: center;
 vertical-align: middle;
}

And here is the code that was generated from the xml file.

...
<td>
    90%
</td>
...


As you can see, I am missing the complete style definition in the td tag.

Is this a bug or is there a proved way to add user defined styles.?

Regards Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to