I don't know how i can define width of the columns of my table ;
I want that all my columns (except one) have no width defined so theses columns will be displayed with widths which depend with what the columns contain (headers included)
for one column (the exception), i would want to have a width defined to 100% so this column take all the remaining width of the screen
I try to put style="width: auto;" in the <column tag> for all the columns except for the "excepted column" which where i put style="width: 100%", that's don't work as i want ; i change some css in displaytag.css and now, my columns have widths like i want but the headers are displayed on more than one row (when headers contain strings with blanks) and the images used to display "sort links" are on the text of the header so it's not pretty and easy to read headers texts
How can i resolve this problem
Richard
PS : excuse me for my bad english
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 03/01/2005
------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

