Hi
I wanted to add a second row to a table in CC6. I need to add email address but to include it on the same line would be - well - tight. How can I force it onto a second row show of writing each row as an HTML/PHP <tr><td> tag set.
[attachment=58853_20170610054808_cc00-png.png][/attachment]
Nick
I wanted to add a second row to a table in CC6. I need to add email address but to include it on the same line would be - well - tight. How can I force it onto a second row show of writing each row as an HTML/PHP <tr><td> tag set.
[attachment=58853_20170610054808_cc00-png.png][/attachment]
Nick
Hi Nick,
In the columns views, you can use this:
Best regards,
Max
In the columns views, you can use this:
field:sometext<br>another line
Best regards,
Max
Thanks Max -
that works to add a new line in a column But I was looking to include a complete row - like
Nick
that works to add a new line in a column But I was looking to include a complete row - like
<tr><td>email</td><td colspan=8>the email address</td></tr>
Nick
Hi Nick,
This is not possible using the table view, you can use the repeater view instead to have a full custom output.
Best regards,
Max
This is not possible using the table view, you can use the repeater view instead to have a full custom output.
Best regards,
Max
This topic is locked and no more replies can be posted.