Spacing between heading numbering and content

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
oceanclub
Sr. Propeller Head
Posts: 277
Joined: Thu Oct 10, 2013 4:45 am
Location: Dublin

Spacing between heading numbering and content

Post by oceanclub »

Based on some posts here, I tried to use a span class to insert spacing between a heading numbering and its content (having the content aligned at 3cm:

Code: Select all

	span.heading
	{
		mc-auto-number-position: float-left;
		
	{
		
	h1
	{
		color: #000000;
		/* Black */
		mc-auto-number-format: 'GH:{n+} ';
		mc-auto-number-offset: 3cm;
		mc-autonumber-class: heading;
		mc-auto-number-class: heading;
		margin-left: 3cm;


However, I actually end up with no numbering at all so I'm obviously doing something, can anyone spot it?

P.
Post Reply