Skip to main content
October 29, 2012
Question

How to specify caption in CSS table style definition?

  • October 29, 2012
  • 1 reply
  • 396 views

[RH 10]

RH has very flexible tools for designing table styles. And while the Table Properties dialog allows me to specify the caption placement for a particular table, I cannot find a way to automate this by embedding caption attributes as part of the project CSS table style.

Has anyone found a way to do this?

Mike in Oz

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
October 29, 2012

Hi,

I don't use the table properties tool for this, but the following CSS works:

table.myTable caption {

/* Add styling here */

}

Greet,

Willam