On 17 February 2015 at 10:00, russurquhart1 <[email protected]> wrote:
> Hi,
>
> very often in the tables we create, we have cells in the header that span
> columns and rows. It seems i cant do this in asciidocfx, and the creatof
> asciifocfx, suggested i ask you guys..
>
> When i have something like this, it looks ok:
>
> .Interrupt Vectors and Priorities
> [width="100%"]
> |====================
> .2+.>s|Vector 2+^s|Absolute Address (hexadecimal) .2+.>s|Hardware Priority
> .2+.>s|Description
> ^s|VMAP = 0 ^s|VMAP = 1
> |RESET |00{nbsp}0000 |3F{nbsp}FFCO | 1 (highest) | Reset
> |INT1 |00 0002 |3F FFC2 |5 |Maskable interrupt 1
>
> But if i want the first row to be a header and i do, the following, it
> doesn't want to do it:
>
> .Interrupt Vectors and Priorities
> [width="100%",options="header"]
> |====================
> .2+.>s|Vector 2+^s|Absolute Address (hexadecimal) .2+.>s|Hardware Priority
> .2+.>s|Description
> ^s|VMAP = 0 ^s|VMAP = 1
> |RESET |00{nbsp}0000 |3F{nbsp}FFCO | 1 (highest) | Reset
> |INT1 |00 0002 |3F FFC2 |5 |Maskable interrupt 1
>

You are now trying to apply two styles to the header cells, the
"header" style in the table attribute, and the "strong" style on the
cell.  The cell style has priority so the "header" is ignored.  You
can just apply the "header" style to the cells instead and it will
apply irrespective of their spans.

Cheers
Lex

>
> Is this something with how asciidoc works?
>
>
> Thanks,
>
>
> Russ
>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/asciidoc.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to