View Single Post
Old 02-06-2012, 10:38 PM   #3
yoss15
Enthusiast
yoss15 began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jul 2011
Device: Kindle
Sure, but to be clear, I have already resolved this problem. What I'm asking here is what is the common format for footnotes?

Here is the code just in case.

This is how I fixed it,
Code:
    <a id="Part_1"></a><p class="Section-Heading" id="toc_marker-4"><a id="Anchor"></a>Part I</p>
Whereas before it was

Code:
<p class="Section-Heading" id="toc_marker-4"><a id="Part_1"></a><a id="Anchor"></a>Part I</p>
Here is the CSS

Code:
p.Section-Heading {
	font-size : 1.67em;
	font-style : italic;
	font-weight : normal;
	text-decoration : none;
	font-variant : normal;
	line-height : 0.78;
	text-align : center;
	color : #000000;
	text-indent : 0px;
	margin : 9px 0px;
	line-break-before:always;
}
yoss15 is offline   Reply With Quote