I took a chainsaw (internal text editor) to my stylesheet and wacked out a bunch of stuff yesterday. Now, when I build, weird things are happening to my output:
It appears that the font color changes wherever there is a class change (keyword or p class), but Flare appears to be adding <a name="aanchor"> tags that are not in the XML source.
Weirdly, I've tried using a stylesheet backup from before the wacking and I'm still experiencing the problem so I'm wondering if something else is going on.
Also, I have a span class called Keyword which changes the font color.
Here's the XML snippet:
Code: Select all
<body>
<h2 class="H2">Silverlight <MadCap:keyword term="Silverlight Isolated Storage configuration" />Application Storage <MadCap:concept term="All" />configuration</h2>
<p class="Para_0">Silverlight Application Storage must be enabled for <MadCap:variable name="iTV-Manager.Product_itvManager" />. If <MadCap:variable name="iTV-Manager.Product_itvManager" /> displays a message indicating that it is not enabled, follow these steps:</p>
Code: Select all
<h2 class="H2">Silverlight <a name="kanchor1">Application Storage </a><a name="aanchor2"><madcap:concept term="All">configuration</madcap:concept></a></h2>
<a name="aanchor2"> </a><p class="Para_0"><a name="aanchor2">Silverlight Application Storage must be enabled for <span class="iTV-ManagerProduct_itvManager">iTV Manager</span>. If <span class="iTV-ManagerProduct_itvManager">iTV Manager</span> displays a message indicating that it is not enabled, follow these steps:</a></p>