Solved

Is it possible to style text in color when creating a Workspace App on FME server?

  • 6 January 2023
  • 2 replies
  • 14 views

Badge +13
  • Contributor
  • 58 replies

I know the possibilities of headers, italics and bold in creating the workspace app, however I was thinking it would be also nice to give some text different colors. I was trying the markup code from the following stackoverflow link, however the text didn't appear in color on the workspace app :(. So I was wondering whether it's possible to style text in color in the workspace app.

 

I tried the following methods:

<span style="color:blue">some *blue* text</span>.

$\\color{color-code}{your-text-here}$

 

icon

Best answer by jasperwis 11 January 2023, 14:29

View original

2 replies

Userlevel 3
Badge +12

<font color="red">This text 123</font>

 

Badge +13

<font color="red">This text 123</font>

 

This works like a gem! Thank you

Reply