My suggestion:

Modify either your CSS or displaytag's CSS in the following fashion:

Add a style rule for a classed table (for example, "displaytag"):

table.displaytag { ... }
table.displaytag tr { ... }
table.displaytag td { ... }

Then modify the corresponding HTML so that your tables or displaytag's
tables (depending on which CSS you modified) has the correct class:

<displaytag:table class="displaytag" ... >

Separating out your tables from displaytag's tables shouldn't be to
hard with some minor CSS/HTML tweaks.

Kyle

_____

Kyle Adams | Java Developer  |  Gordon Food Service  |  616-717-6162


_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to