Skip to main content
Inspiring
May 26, 2015
Answered

[DITA]How can I use valign attribute of table row to control the position of a list

  • May 26, 2015
  • 1 reply
  • 342 views

This attribute seems only apply to <TEXT>. If a ul, p or fig element appears in the table cell, it will not work.

I also tried to write a context rule to li, like ul < entry < row[valign="middle"], but there's no luck.

This topic has been closed for replies.
Correct answer toxomo

OK, finally i got it work.

i should have written the context rule as a subrule, so that it will not be overridden by another rule.

1 reply

toxomoAuthorCorrect answer
Inspiring
May 26, 2015

OK, finally i got it work.

i should have written the context rule as a subrule, so that it will not be overridden by another rule.