Copy link to clipboard
Copied
[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
Copy link to clipboard
Copied
Hi,
I don't use the table properties tool for this, but the following CSS works:
table.myTable caption {
/* Add styling here */
}
Greet,
Willam
Find more inspiration, events, and resources on the new Adobe Community
Explore Now