Here is the output. The top note is out p.note style which has the same code as our div.note style. Here is the code for the div.note
Code: Select all
div.note
{
background-repeat: no-repeat;
border-radius: 5px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
padding-left: 40px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #cfe9fc;
background-image: url('../MasterImages/info.png');
margin-top: 8px;
mc-auto-number-format: '{size 12pt}{b}Note: {/b}{/size}'!important;
}