This topic is locked
[SOLVED]

 Section inside Table cell (Massmailer2)

9/25/2015 7:58:10 AM
PHPRunner General questions
S
snuffi01 author

Hi,
I'm using the Massmailer2 template to generat email with data from db.

I'm trying to put values from th edb inside an table cell, but the values always ends up outside th etable inside the emails...<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=23377&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

I have no problem to have pictures inside the table cell, but with data from db it doesnt work.

As example th eBody look like this:



<table border="1">

<tr>

<td>STATISTIK GRUPPSAMTAL</td>

<td><img src=https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=23377&image=2&table=forumtopics></td>;

</tr>

<tr>

<td>Row 2, Column 1</td>

</tr>

<tr>

<td>Row 3, Column 1</td>

<td>ALLA GRUPPER</td>

<td>Row 3, Column 3</td>

</tr>

<td>Vi börjar med en sammanställning av alla grupperans samtal.</td>

<tr>

<td>INKOMMANDE SAMTAL</td>

<td>EJ BESVARADE</td>

<td>MEDEL SVARSTID</td>

<td>MAX SVARSTID</td>

</tr>

<tr>

<td>Row 6, Column 1</td>

<td>Row 6, Column 2</td>

<td>Row 6, Column 3</td>

<td>Row 6, Column 4</td>

</tr>

<tr>

<td>%section totalt%

<h1>%totalt%</h1>

%end%

</td>

<td>%section missadetotalt%

<h1>%missadetotalt%</h1>

%end%

</td>

<td>%section vanttidtotalt%

<h1>%vanttid%</h1>

%end%

</td>

<td>%section vanttidmax%

<h1>%kotidmax%</h1>

%end%

</td>

</tr>

<td>Row 8, Column 1</td>

<tr>

<tr>

<td>Row 9, Column 1</td>

<td>Row 9, Column 2</td>

<td>Row 9, Column 3</td>

</tr>

</table>


Does anyone know if its possible?
/ Kristian