Solved
Does anyone have experience in customizing a table in an email trigger on a survey?
We have one setup but the columns self-adjust based on piped values. We want static column width on all columns. I would think I could define the widths in the source code but the only line I saw was:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px;">
I guess the "px" confuses me as I generally think of that as related to font size.
Best answer by bstrahin
@Denise using the method I mentioned you would fill in a unique width for each cell in step 3.
Example if you have a 4x3 table (rows x columns) where you want the widths of the respective columns (in pixels) to be 25, 36, 75 you would do:
(Column 1)
1. Right click in row 1 cell 1
2. In the drop down select cell, Cell properties
3. Then the first field lets you set width to 25
(Column 2)
1. Right click in row 1 cell 2
2. In the drop down select cell, Cell properties
3. Then the first field lets you set width to 36
(Column 3)
1. Right click in row 1 cell 3
2. In the drop down select cell, Cell properties
3. Then the first field lets you set width to 75
Be sure fill out a test survey to see what it will look like in email. The widths may no appear the same in the trigger interface as they do in the email client.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
