I want to bold the values of Confiform Field (Text) in the output. Also if for text colors available
Community moderators have prevented the ability to post new answers.
To bold the values of a Confiform Field (Text) in the output, you can utilize Wiki Markup provided by Atlassian Confluence. For example, you can make text bold by surrounding it with double asterisks **.
Here is an example of how to bold text in a Confluence field:
**Your Text Here**
For text colors, Confluence uses a combination of HTML and CSS. You can apply HTML spans to your text to change its color. Here's an example:
<span style="color: red;">Your Text Here</span>
Here’s how to combine both bold and color in a single statement:
<span style="color: red; font-weight: bold;">Your Text Here</span>
If you are formatting the output within a macro or a specific field, ensure that the field supports HTML or Wiki Markup syntax.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.