Code: Select all
h1
{
color: #000000;
/* Black */
mc-auto-number-format: 'GH:{n+} ';
}
div.figure p.figurecount
{
mc-auto-number-format: 'CF:{b}Figure {chapnum}.{Cn+}: {/b}';
}So I tried:
Code: Select all
div.figure p.figurecount
{
mc-auto-number-format: 'CF:{b}Figure GH:{n}.{Cn+}: {/b}';
}If anyone knows what to put there would appreciate it,
P.