Get your own customer support community
 

table-data macro not compatible with table macro

Is it possible to use the table-data macro with other table formats other then the standard confluence table? I would prefer to use the {table} macro such that I can have more style options.

Here is my example:
{style}
td.myclass {
color:#003366;
background-color:#f0f0f0;
text-transform:uppercase;
font-weight:bold;
}
{style}

h2. Colors
{center}
{table-data:Colors}
{table:border=1}
{table-row:width=80%}
{table-cell:width=40%|valign=center|class=myclass} Color Name {table-cell}
{table-row}
{table-row:width=80%}
{table-cell:width=40%|valign=center} {list-data:Color}
{list-option:Red}Red{list-option}
{list-option:Yellow}Yellow{list-option}
{list-option:Blue}Blue{list-option}
{list-option:Green}Green{list-option}
{list-data} {table-cell}
{table-row}
{table}
{table-data}
{center}
 
sad I’m frustrated
Inappropriate?
1 person has this question

The company marked this question as answered.


User_default_medium