Is there a way to format text within loop and merge fields? | XM Community
Skip to main content
Solved

Is there a way to format text within loop and merge fields?

  • January 13, 2021
  • 2 replies
  • 35 views

Forum|alt.badge.img+10

I want to underscore some subtle differences between entries in the loop and merge fields table, but there's no rich text option that I can find. I also tried manually adding html tags, but those were ignored.

Best answer by ahmedA

In your question HTML place the loop and merge field within the required style tags. For bold

 ${lm://Field/1}  
, for italics
 ${lm://Field/1} 
. You can style it like a normal text
 ${lm://Field/1} 

2 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • Answer
  • January 13, 2021

In your question HTML place the loop and merge field within the required style tags. For bold

 ${lm://Field/1}  
, for italics
 ${lm://Field/1} 
. You can style it like a normal text
 ${lm://Field/1} 


Forum|alt.badge.img+10
  • Author
  • Level 2 ●●
  • January 13, 2021

Thanks Ahmed--you're right about this. Also confirmed that tags work for underlining.
I was mistaken in the original post, because I was testing the wrong iteration of the loop and merge field.