Benoit - 2005-12-16

Ok, i'will ask to my boss if i can post CSS and HTML sources....

I think that unfortunately, i must change my css classes to be compatible with CSS class of displaytag (attribute class )

Here is an example of the HTML sources, i'm not sure this will be usefull, but i'm sure i'm allowed to post this lol .... DisplayTag table is dispatched in 4 tables, and this is the problem :

<table width="0" border="0" cellspacing="0" cellpadding="0" id="tableoptions">
<!-- Table with Paging Options-->
</table>

<table border="0" cellspacing="0" cellpadding="0" id="tablecontent">
<!--
A table over displyatag table with some decorations
-->
<table border="0" cellspacing="0" cellpadding="0" id="tableformbig">

            &lt;!-- here is the displaytag generated Table with odd and event classes
                It is not very difficult to cutomize this table
            --&gt;
        &lt;/table&gt;

</table>

<table width="0" border="0" cellspacing="0" cellpadding="0" id="tableoptions">
<!-- Table with Export Options-->
</table>