Michael Gordon wrote: > Beauregard T. Shagnasty wrote: >> Best bet is the "use Excel, pre-sort, export as HTML" recommendation. >> This is the simplest way. > > Beauregard, > > Using Microsoft Excel to export as HTML purely sucks. Microsoft uses > proprietary coding that works well with IE, but falls flat on its face > for standards compliant web browsers.
Still, it will probably suffice. What would I do? Create the table manually in a text editor complete with the column and row HTML (<tr><td> etc), and sort as I go by placing the info in the proper order as created. Save it. Copy and paste into Composer's source mode. When a change occurs, manually edit the text file, add the new record in the proper order in the file, save, and re-copy and paste into the web page. If this "table" is something huge, and if there are frequent changes, then I'd use a script and a database. -- -bts -This space for rent, but the price is high _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

