{b}{color #135296}Note: {/color}{/b} Text text text text
Notes appear as they should in PDF output.
I copied 'mc-auto-number-format: '{b}{color #135296}Note: {/color}{/b}' into the print section, but the output looked the same (no fix).
Here's the CSS for HTML output:
Code: Select all
p.note
{
background-repeat: no-repeat;
border-radius: 6px;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 10px;
background-image: none;
background-color: #d3d3d3;
color: #000000;
border: solid 1px #d3d3d3;
padding-left: 12px;
mc-auto-number-format: '{b}{color #135296}Note: {/color}{/b}';
}
Code: Select all
p.note
{
color: #000000;
background-color: #d3d3d3;
border-bottom-color: #d3d3d3;
border-left-color: #d3d3d3;
border-right-color: #d3d3d3;
border-top-color: #d3d3d3;
border: solid 1px #d3d3d3;
}
Any ideas?