Text Wrap (Piped Text and Email Actions) | XM Community
Skip to main content
Solved

Text Wrap (Piped Text and Email Actions)

  • May 5, 2019
  • 2 replies
  • 166 views

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
I am having a really hard time getting text to wrap when people have longer text responses and use those responses in both piped text on future pages in my survey as well as in email actions. Everything is just one continuous line that throws off all my formatting in piped text pages and in emails. I tried containing the text by creating a 1 row and 1 column table and even selected yes to word wrap in cell properties, but it just stretches the length of the table. What am I doing wrong?

Best answer by Martin_O

Solved it. I just added a simple ;fixed in the source. <table border="0" cellpadding="5" cellspacing="1" style="background-color:#73bc43; fixed; width:750px; border-collapse: collapse; color:white"> <table align="left" border="1" cellpadding="1" cellspacing="1" id="table1" style="fixed; width:750px;">

2 replies

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
  • Author
  • Level 2 ●●
  • 65 replies
  • Answer
  • May 5, 2019
Solved it. I just added a simple ;fixed in the source. <table border="0" cellpadding="5" cellspacing="1" style="background-color:#73bc43; fixed; width:750px; border-collapse: collapse; color:white"> <table align="left" border="1" cellpadding="1" cellspacing="1" id="table1" style="fixed; width:750px;">

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
  • Author
  • Level 2 ●●
  • 65 replies
  • May 6, 2019
By the way, this seemed to be a formatting issue on my Mac as it didn't happen on other's PCs. Headscratcher.