Editing the appearance of footnotes
Issue
There is no GUI setting to modify footnotes
Resolution
This is an override to the default file:
..\Formats\[your format] \Transforms\content.xsl
For more information on Overrides:
http://docs.webworks.com/ePublisher/2010.2/Help/04.Reference_Information/1.26.How_It_Works
Editing in a text editor, navigate to the following markup:
<html:div style="font-size: smaller; float: left; padding-right: 10px;">
<html:a name="{$VarNote/@id}">
<xsl:attribute name="href">
<xsl:text>#wwfootnote_inline_</xsl:text>
<xsl:value-of select="$VarNote/@id" />
</xsl:attribute>Edit the style parameters to specify how you would like it to look.