Tables - Interior Lines

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
jbranigan
Propeller Head
Posts: 21
Joined: Wed May 06, 2015 8:37 am

Tables - Interior Lines

Post by jbranigan »

My tables have exterior lines (like boxes)
How do I get the interior horizontal and vertical lines?
Mike Kelley
Propeller Head
Posts: 68
Joined: Fri Aug 22, 2014 12:24 pm

Re: Tables - Interior Lines

Post by Mike Kelley »

You need to configure border settings for the table cells.
  1. Open your stylesheet in Flare and switch to Advanced view.
  2. Find the td listing and select it.
  3. Open the Border property group and configure the border settings for the table cells.
You'll probably want to double-check that border-collapse is enabled (removes white space between table cell borders) To do so:
  1. Find the table listing and select it.
  2. Open the Table property group and configure the border-collapse setting.
kwag_myers
Propellus Maximus
Posts: 810
Joined: Wed Jul 25, 2012 11:36 am
Location: Ann Arbor, MI

Re: Tables - Interior Lines

Post by kwag_myers »

In the TableStyle, set the Separator for both Rows and Columns. The Row Separator is the bottom horizontal line of the row (if you have more than one row style, you can have alternating colors, widths, etc.) and the Column Separator is the vertical line on the right.
"I'm tryin' to think, but nothin' happens!" - Curly Joe Howard
teknikulriter
Propeller Head
Posts: 26
Joined: Thu Jan 12, 2023 2:15 pm

Re: Tables - Interior Lines

Post by teknikulriter »

How do you open up a style sheet?

This seems way more complicated than it needs to be.
Post Reply