Skip to main content
Solved

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

  • January 6, 2023
  • 2 replies
  • 119 views

joy
Enthusiast
Forum|alt.badge.img+15
  • Enthusiast
  • 88 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}$

 

Best answer by jasperwis

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

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jasperwis
Enthusiast
Forum|alt.badge.img+16
  • Enthusiast
  • 53 replies
  • Best Answer
  • January 11, 2023

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

 


joy
Enthusiast
Forum|alt.badge.img+15
  • Author
  • Enthusiast
  • 88 replies
  • January 11, 2023

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

 

This works like a gem! Thank you