This will make all following confluence tables a specific width, alternative to the self-width attitude
Details
Macro Name | confluence-tablewidth | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Macro-Title | Confluence Tablewidth | ||||||||
| Description | Sets the width on ALL tables on the page | ||||||||
| Categories | Confluence Content | ||||||||
| Documentation URL | http://www.mos-eisley.dk/x/KgAuAQ | ||||||||
Definition of User Macro |
|
## @param TWidth:Title=Table Width|type=string|required=true|desc=Width Of the ConfluenceTable
<style>
.confluenceTable
{
width: $paramTWidth
}
</style> |