Table
Standard UserAvailable to anyone with page-editing access
Data table components using Highland Ranch brand colors. Copy any snippet below and paste it directly into the Edlio CMS WYSIWYG editor.
Basic Table
Section titled “Basic Table”<!-- TABLE - PRIMARY HEADER (HIGHLAND RANCH) --><table style="width: 100%; table-layout: fixed; border-collapse: collapse; margin: 20px 0; border: 1px solid #e0e0e0; border-radius: 4px; overflow: hidden;"> <thead> <tr style="background-color: #E61E25;"> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Column 1</th> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Column 2</th> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Column 3</th> </tr> </thead> <tbody> <tr style="background-color: #ffffff;"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 1</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 2</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 3</td> </tr> <tr style="background-color: #f8f9fa;"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 4</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 5</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 6</td> </tr> <tr style="background-color: #ffffff;"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 7</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 8</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Data 9</td> </tr> </tbody></table>Accent-Striped Table
Section titled “Accent-Striped Table”<!-- TABLE - ACCENT STRIPED (HIGHLAND RANCH) --><table style="width: 100%; table-layout: fixed; border-collapse: collapse; margin: 20px 0; border: 1px solid #e0e0e0;"> <thead> <tr style="background-color: #E61E25;"> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Name</th> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Department</th> <th style="color: #ffffff; padding: 12px; text-align: left; font-weight: 600; font-size: 14px; border: 1px solid #E61E25;">Phone</th> </tr> </thead> <tbody> <tr style="background-color: #ffffff;"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Jane Smith</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Front Office</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">(858) 521-0000</td> </tr> <tr style="background-color: rgb(255, 255, 204);"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">John Doe</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Counseling</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">(858) 521-0001</td> </tr> <tr style="background-color: #ffffff;"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Maria Garcia</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Athletics</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">(858) 521-0002</td> </tr> <tr style="background-color: rgb(255, 255, 204);"> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Robert Kim</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">Activities</td> <td style="padding: 12px; border: 1px solid #e0e0e0; font-size: 14px; color: #333;">(858) 521-0003</td> </tr> </tbody></table>