Adding borders to table

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/>
source: https://wiki.ubc.ca/Documentation:CLF_Advanced_WordPress_Theme/How_to_add_borders_to_table

Leave a Reply

You must be logged in to post a comment.