Hello there!
Trying to figure out what I am doing wrong when it comes to using the foreach command to get a repeater to display values in separate rows in a table.
When I put in the code as shows in the tutorial in an email template, it seems to auto-fix (or break in this case) it to something else by adding it in it's own <tr>.
As you can see in the last shot, having that code right next to each other will obviously not trigger the foreach command.
I feel there is something simple I am missing here, but can't seem to figure it out.
The first example is correct albeit there’s more HTML than you need. What’s the point of the nested spans? You could add the in-line CSS to the td tag. And I don’t what you mean when you say “it seems to auto-fix (or break in this case) it to something else by adding it in it's own <tr>” Can you be more specific?
Please login or Register to submit your answer