Documentation:CLF Advanced WordPress Theme/How to add borders to table

From UBC Wiki
UBC CMS
Codex
Welcome to the support documentation for the
UBC CMS Service.
Contents

UBC Content Management System

UBC Collab Theme

UBC Collab Theme Overview
Theme Options Index
CLF Options
Layout Options
Frontpage
Navigation
Display Options
SEO
Export
Import
Global Theme Options

Dashboard Overview
Pages and Posts
Adding Users

Menus
Widgets
Plugins
Forms
Shortcodes
RSS Feeds
Going Live

Complete Topic Index
PDF Wiki Book Version

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/>

See Also

Adding custom CSS

Adding Javascript Files