Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3424298 By: jluix
This a requirement of the HTML standard, which states that "TFOOT must appear before TBODY within a TABLE definition so that user agents can render the foot before receiving all of the (potentially numerous) rows of data." http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2.3 Even though tfoot appears before tbody in the html, it's normally rendered after the table data. You might be able to have it display before the table data using css, or, to insert extra data above tbody, you could use the caption tag, or use a table decorator that inserts some rows after tbody but before the actual data rows. -Jorge ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249317 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

