Css html table -

Thank you! Gonna try this out. Im gonna be burning a few brain cells this morning, trying to get this right! Lol! Thx again

Getting mixed up…


my last template looks like this:

[<table style="width: 100%; text-align: center; 
border-collapse: collapse;
border-radius: 9px; table-layout: auto; font-size:12px">
<tbody>


<td style="padding: 0px; width: 10%; border: solid white 1px; height: 10px;">
<div style="background-color: #c7c7c3; padding: 10px; border-radius: 1px;"><span style="color: #000000; font-family:"Times New Roman", Times, serif; font-size:10px"><strong>A1</strong></span></div>
</td>

<td style="padding: 0px; width: 10%; border: solid white 1px; height: 10px;">
<div style="background-color: #c7c7c3; padding: 10px; border-radius: 1px;"><span style="color: #000000; font-family:"Times New Roman", Times, serif"><strong>A2</strong></span></div>
</td>




</tbody>
</table>]

with the replacement values as:

the screen would look like this so far:

Why do you have square brackets around the table?
Also, why do you have two joined lists? There should only be one.
And there should be no <td> tags within your final template. These should be in the first template, that creates the <tr> line for each row.

Please show me a screen shot of what you have in the Data Editor.

2 Likes

maybe if u could send me an example, i could maybe get it. as what im doing keeps being wrong. so far,
this is in my template 2:

<table>
    <tr>
        <td>a</td>
        <td>f</td>
        <td>1</td>
    </tr>
    <tr>
        <td>ab</td>
        <td>de</td>
        <td>2</td>
    </tr>
    <tr>
        <td>c</td>
        <td></td>
        <td></td>
    </tr>
    <tr>
        <td>d</td>
        <td></td>
        <td></td>
    </tr>
</table>

in my template 1:

In the Joined List: