Michael Gordon wrote: > Agnes wrote: >> Is there a simple way to sort them? Thanks! >> > No. I cannot find any way to sort the contents of a table in HTML.
Only with manual editing. HTML is not a programming language. :-) > There is an option you can try. Create a table with all the columns and > headers you need. > Inside the columns place the "Pre" tag, and between the <pre> and </pre> > tags place pre-sorted content. That suggestion sure seems like overkill. The columns are defined by the <td></td> elements, so any "placing" would have to be done manually into each and every single cell. Quite tedious. Best bet is the "use Excel, pre-sort, export as HTML" recommendation. This is the simplest way. 2nd-best is to use a database to draw from the server via a script (PHP and MySQL, etc). -- -bts -This space for rent, but the price is high _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

