Table border (Left)

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
GeorgeBell
Sr. Propeller Head
Posts: 114
Joined: Thu Nov 22, 2012 3:27 am

Table border (Left)

Post by GeorgeBell »

Not sure how to add a screen shot from my here.

I'm using a Table Stylesheet. All is well except for the fact that the left hand border appears to be slightly left of the actual left hand side of the table.

This shows up badly as there is a space between the row Separator and the border.

Where on earth does one control this?
GeorgeBell
Sr. Propeller Head
Posts: 114
Joined: Thu Nov 22, 2012 3:27 am

Re: Table border (Left)

Post by GeorgeBell »

I had to get the answer from MadCap support, so felt I should share the solution.

The problem was not actually in the TableStyles CSS, but the main Stylesheet CSS. We found the following lines where "padding-left:" had somehow been set to 6.

table.TableStyle-Basic
{
padding-left: 0px;
Post Reply