Table heading line?

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
QuadraQ
Sr. Propeller Head
Posts: 119
Joined: Fri Feb 20, 2009 5:59 pm

Table heading line?

Post by QuadraQ »

Hi all,

I've created a table as illustrated below:
Table.png
What I want to do is to run a line across the whole table just below the header columns and only the the header columns. I have no idea how to do this, or if it's even possible.
You do not have the required permissions to view the files attached to this post.
Andrew
Propellus Maximus
Posts: 1237
Joined: Fri Feb 10, 2006 5:37 am

Re: Table heading line?

Post by Andrew »

Yes. If you are not using table styles, you have to make sure:

1) That you are including a table header (when you create the table, make sure that you have at least one header row, OR you can apply the <th> tag afterwards, I think).
2) Your th element (or its style class, if you are using one) should have the border-bottom property set to some value (whatever you want your line to look like).
Flare v6.1 | Capture 4.0.0
QuadraQ
Sr. Propeller Head
Posts: 119
Joined: Fri Feb 20, 2009 5:59 pm

Re: Table heading line?

Post by QuadraQ »

Thank you. That worked fine after I also collapsed the table cell borders, along with the bottom border. Otherwise there was a gap between the heading columns.
Post Reply