
Works great, but we need to extend that style to cover multiple lines, such as a bulleted list, and have them all stay bounded by the same box with a single icon. Any suggestions on how to do that?
Caveat: Code is a black box to me; as soon as you say “use a div,” I’m lost. Here’s the original details from the stylesheet:
p.Note
{
background-repeat: no-repeat;
border: solid 1px #404040;
border-radius: 6px;
padding-bottom: 10px;
padding-right: 10px;
padding-top: 10px;
color: #424342;
background-color: #c7e6f9;
padding-left: 50px;
mc-auto-number-format: '{b}{color #424342}Note: {/color}{/b}';
background-image: url('../Images/_standard/NoteIcon.png');
}
