I'm having an issue wherein Flare seems to apply "local formatting" to my tables that over-rides the table stylesheet.
Here's my problem...
1. I created a new TableStyle called "notebox". This is in the form of a notebox.css file located in Content/Resources/TableStyles
2. Once I was satisfied with the settings for my new table style, I applied it to a table. All seemed well except that some of the formatting wasn't being applied properly. Specifically, table margins.
3. To trouble shoot this issue, I opened the text editor and found that my code read as follows:
Code: Select all
<table class="TableStyle_notebox" style="margin-left: 0;margin-right: auto;caption-side: top;mc-table-style: url('Resources/TableStyles/notebox.css');" cellspacing="0">Code: Select all
<table class="TableStyle_notebox">Whazzup?