Weird formating on auto-numbering in a div

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
perryb
Jr. Propeller Head
Posts: 2
Joined: Mon Nov 16, 2015 2:04 pm

Weird formating on auto-numbering in a div

Post by perryb »

We have a div.note style with an auto-numbering style of {b}Note: {/b} but for some reason it is styling the autonumbering much larger than what I have set it to. Even when I have changed the code to {size 12pt}{b}Note: {/b}{/size} and included a !important on the line of code but it still ignores my formatting.

Here is the output. The top note is out p.note style which has the same code as our div.note style.
note.png
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;
}
Is this a bug or has something gone wrong in my formatting?
You do not have the required permissions to view the files attached to this post.
Post Reply