Quick Tip #51: Use CSS overrides to format a table

Support

Support
A public community space for Developers, IT Professionals, Architects, and System Administrators to engage and help each other, share knowledge and best practices, find product documentation and Q&A, and discuss technology oriented topics.

Telligent Quick Tips

Here you will find helpful tips and shortcuts about Telligent's community and collaboration tools from our online community experts.

Quick Tip #51: Use CSS overrides to format a table

  • Comments 1

CSS overrides provide a powerful way to easily change the look and feel of your community. Here we show you how you can use CSS overrides to format the display of a table in a wiki page.

The CSS overrides we used:

.WikiTable{
        border:solid 1px #000;
        border-collapse:collapse;
    }
.WikiTable td{
        border:solid 1px #000;
        padding:5px;
    }

.WikiTableBgBlue {
        background-color:#00539F;
        color:#FFFFFF;
    }

 

For Telligent Community (read more about using CSS overrides):

 

For Telligent Enterprise (read more about using CSS overrides):