Skip to main content
Known Participant
January 9, 2009
Question

RH7 : Table caption style

  • January 9, 2009
  • 3 replies
  • 412 views
In the table properties you can choose to display a caption for your table. I tried this, and the text I entered was automatically given a style called 'Caption'. This style does not display as I would like it to so I looked in my stylesheet thinking that it would be very easy to change it. However, I cannot find an obvious style in my CSS for this 'Caption' style.

Am I being blind or daft? Does anyone know how I can update the style called 'Caption' without using inline formatting?

Thank you!
This topic has been closed for replies.

3 replies

January 9, 2009
With your style sheet open in Notepad, try creating an entry called "P.caption" (for RH's happiness). Put in at least one style, such as font-size or bold or italic. I think you will find that then it will magically appear in the Styles dialog so that you can edit it there.
Known Participant
January 9, 2009
Thanks for your reply Ben. I tried both of these locations. The styles in my paragraph category goes from a body style to a centred style. I opened my CSS in notepad and searched for 'caption', but nothing came up.

Do I need to close my project and reopen it for this style to magically appear perhaps?
January 9, 2009
If I open the Styles dialog for one of my projects, I see "caption" if I expand the "Paragraph" category. Do you not see it there?

In the style sheet itself, it is showing up as "P.caption."

--Ben