Purpose

This will make all following confluence tables a specific width, alternative to the self-width attitude


Details

Macro Name

confluence-tablewidth

Macro-TitleConfluence Tablewidth
DescriptionSets the width on ALL tables on the page
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/KgAuAQ

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

 

Macro Code

## @param TWidth:Title=Table Width|type=string|required=true|desc=Width Of the ConfluenceTable
<style>
.confluenceTable
{
width: $paramTWidth
}
</style>