Having Table Problems?
Is Silktide flagging your table as causing 2D scrolling issues? Our new Sites table class “umbc-table” may be able to help! This page contains recommended guidance on when to use a table and shows live examples of the table class in action.
To learn how to implement the new table class, please head to this wiki article for instructions and technical guidance.
HTML Tables & Accessibility
Tables are not the preferred method for organizing information as they are more difficult to make accessible. Even when they are technically accessible (e.g., can be read correctly by a screen reader or other alternative technology), you must ask yourself if a visitor to your site is able to make complete sense of the information you want to share with them. We recommend testing any tables to ensure that when they are read out, that someone would be able to follow and remember what each piece of data correlates to in terms of headers, rows, and columns – you can do that with Silktide’s free browser extension.
Where possible, consider alternative methods of sharing your data, such as ordered or unordered lists (example of this from CWIT’s website).
Tables should never be used to organize or arrange photos, blocks of text, or anything other than a dataset that can be clearly labeled with headers, a title, and captions. To achieve any of those options, please use the “Columns” feature available in the Sites Visual editor under “Insert Elements.”
To learn more about how to achieve accessibility with tables broadly, check out these external resources:
- W3C’s Tables Tutorial
- Beginner’s Guide to Accessible Tables by Whitney Lewis
- Mozilla’s HTML Table Accessibility
Example 1: Alternating Row Background Table
| Solicitation # | Contact Person | Pre-Bid Meeting Date | Bid/Proposal Due Date |
|---|---|---|---|
| BC-21433-B Bookstore Point of Sale (POS) and Inventory Management Solution RFP POS and Inventory management system Requirements Higher Ed Community Vendor Assessment Tool (HECVAT) Addendum 1 Addendum 2 |
Rosetta Butler | Thursday 05/08/2025 at 10am via Webex | May 29, 2025 by 2:00pm |
| BC-21443-C Ancient Study Tour to Sicily RFQ Addendum 1 |
David Clurman | N/A | June 17, 2025 by 11:59pm |
| BC-21447-B Re-Tubing of No.4 Boiler RFP | Rosetta Butler | Thursday 06/26/2025 at 10am via Webex | July 16, 2025 by 2:00pm |
Example 2: Table with No Alternating Row BGs and Highlighted Column
| Solicitation # | Contact Person | Pre-Bid Meeting Date | Bid/Proposal Due Date |
|---|---|---|---|
| BC-21433-B Bookstore Point of Sale (POS) and Inventory Management Solution RFP POS and Inventory management system Requirements Higher Ed Community Vendor Assessment Tool (HECVAT) Addendum 1 Addendum 2 |
Rosetta Butler | Thursday 05/08/2025 at 10am via Webex | May 29, 2025 by 2:00pm |
| BC-21443-C Ancient Study Tour to Sicily RFQ Addendum 1 |
David Clurman | N/A | June 17, 2025 by 11:59pm |
| BC-21447-B Re-Tubing of No.4 Boiler RFP | Rosetta Butler | Thursday 06/26/2025 at 10am via Webex | July 16, 2025 by 2:00pm |
Example 3: Alternating Row Background Table with Highlighted Row
| Solicitation # | Contact Person | Pre-Bid Meeting Date | Bid/Proposal Due Date |
|---|---|---|---|
| BC-21433-B Bookstore Point of Sale (POS) and Inventory Management Solution RFP POS and Inventory management system Requirements Higher Ed Community Vendor Assessment Tool (HECVAT) Addendum 1 Addendum 2 |
Rosetta Butler | Thursday 05/08/2025 at 10am via Webex | May 29, 2025 by 2:00pm |
| BC-21443-C Ancient Study Tour to Sicily RFQ Addendum 1 |
David Clurman | N/A | June 17, 2025 by 11:59pm |
| BC-21447-B Re-Tubing of No.4 Boiler RFP | Rosetta Butler | Thursday 06/26/2025 at 10am via Webex | July 16, 2025 by 2:00pm |