Documentation:CLF Advanced WordPress Theme/How to add borders to table
UBC CMS Codex | |
---|---|
Welcome to the support documentation for the UBC CMS Service. | |
Contents | |
UBC Collab Theme | |
UBC Collab Theme Overview | |
To add borders to an HTML table, please copy this CSS to your website
tr,td{ border-left:1px solid #CCC; border-bottom:1px solid #CCC; padding:10px; vertical-align:top; }<br/> table{border-top:1px solid #CCC; border-right:1px solid #CCC; } <br/>