Highlighting - Fluid Topics - Latest

Microsoft Word Connector Configuration Guide

Category
Technical Notes
Audience
public
Version
Latest

Microsoft Word allows users to highlight text with the color of their choice.

No matter the original color, Fluid Topics shows highlighted text with a yellow background.

Users can change the default highlight color by inserting the following in the Content Styles menu:

mark {
    background-color: red; /* Replace by the color of your choice */
}

It is also possible to create custom Word styles with specific highlight colors, and to match them to CSS classes using a style map.