Re: sideways text in table header
Posted by be.wood on
URL: https://discuss.asciidoctor.org/sideways-text-in-table-header-tp7163p7374.html
As a follow-on question to this, I need to create separate table styles in the document. I don't want all the tables to have rotated text in the header, just some of them. I know this can be done in CSS, but what I don't know is how to associate the style I need in the Asciidoctor file itself.
So for example, I want the first table with normal headers, but then a second table with the rotated headers. These would probably be the only styles I would use for the tables, but I'm not sure how to mark one table to use one style class over another.